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 exposed by this module.

RelationalAI Documentation
└──  Build With RelationalAI
    └──  Understand how PyRel works > Use advanced reasoning > Rules-based reasoning
        └──  Work with strings
            └──  Understand string expressions