Skip to content

New extension methods

Pre-release
Pre-release
Compare
Choose a tag to compare
@markwhitaker markwhitaker released this 30 Mar 16:34
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.