enso/distribution/lib/Standard/Base/0.0.0-dev
GregoryTravis afb853a03f
Update Text.locate, Text.locate_all, Text.index_of and Text.last_index_of #5119 (#5679)
Remove regex support from .locate and .locate_all; regex functionality is moved to .match and .match_all where appropriate. This is in preparation for simplifying regex support across the board.

Also change Matching_Mode types to a single type with two variants.

Note: the matcher parameter to .locate and .locate_all has been replaced by a case_sensitivity parameter, of type Case_Sensitivity, which differs in that it also has a Default option. Default is treated as Sensitive.
2023-02-17 19:41:55 +00:00
..
src Update Text.locate, Text.locate_all, Text.index_of and Text.last_index_of #5119 (#5679) 2023-02-17 19:41:55 +00:00
THIRD-PARTY Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
package.yaml Align Vector API with design, add some extra functions from AoC (#4026) 2023-01-12 13:32:24 +00:00