Skip to content

Milestones

List view

  • This is a list of unimplemented items for PCRE syntax: ~~Character ranges: [a-zA-Z0-9]~~ finished ~~Begin and end: ^str$~~ finished ~~Look ahead (positive and negative)~~ finished

    No due date
  • Regex changes the game for fluent strings. We can use regex in-place of "any" or "sequence" functions to enable robust functionality. Scalar should still be an option as that enables SIMD. ~~Split the ImmutableStringBackend away from the ImmutableBackend.~~ finished ~~Add option for `scalar` and `regex` for string functions.~~ finished Add regex functions for the following: - count - trim

    No due date