Skip to content

strings

relationalai.semantics.std

String manipulation functions.

This module provides a comprehensive set of string operations including:

  • String conversion and concatenation
  • Case conversion and whitespace handling
  • String splitting and substring extraction
  • Distance metrics
  • Pattern matching and searching
  • Regular expression matching

Functions

Functions exposed by this module.

Referenced By

RelationalAI Documentation
├──  Build With RelationalAI
│   └──  Understand how PyRel works > Use advanced reasoning > Rules-based reasoning
│       └──  Work with strings
│           └──  Understand string expressions
└──  Release Notes
    └──  Python API Release Notes
        └──  What’s New in Version 1.21.1
            └──  Bug Fixes