mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 10:05:06 +03:00
afb853a03f
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. |
||
---|---|---|
.. | ||
src | ||
THIRD-PARTY | ||
package.yaml |