All functions

print(<xp>)

Print a regexpert pattern

xp_action_find()

Find matches in a string

xp_action_view()

View the generated regex string

xp_build_alnum()

Build an alphanumeric pattern

xp_build_any()

Build an "any character" pattern

xp_build_digits()

Build a digit pattern

xp_build_letters()

Build a letter pattern

xp_build_literal()

Build or add literal text

xp_build_standard()

Build a standard Pattern Access a library of pre-defined, complex regex patterns for common data types.

xp_build_whitespace()

Build a whitespace pattern

xp_op_either()

Add an alternative pattern (OR)

xp_op_optional()

Make a pattern optional

xp_op_repeat()

Repeat a pattern

xp_register()

Register a Custom Standard

xp_wrap_boundary()

Wrap in word boundaries

xp_wrap_end()

Anchor to the end of the string

xp_wrap_start()

Anchor to the start of the string