Skip to content

New extension methods

Compare
Choose a tag to compare
@markwhitaker markwhitaker released this 13 Apr 09:12
90123c5

Added the following extension methods:

  • Regex.remove(input: CharSequence)
  • Regex.removeFirst(input: CharSequence)
  • Regex.removeLast(input: CharSequence)
  • CharSequence.remove(regex: Regex)
  • CharSequence.removeFirst(regex: Regex)
  • CharSequence.removeLast(regex: Regex)

Also removed deprecated properties from RegexQuantifier.