Regex library was mainly introduced to fulfill the needs of Swift Express – web application server side framework for Swift.

Features:

  •  Deep Integration with Swift
  •  =~ operator support
  •  Swift Pattern Matching (aka switch operator) support
  •  Named groups
  •  Match checking
  •  Extraction/Search functions
  •  Replace functions
  •  With a pattern
  •  With custom replacing function
  •  Splitting with a Regular Expression
  •  Simple
  •  With groups
  •  String extensions

Leave a Reply