enso/std-bits
Radosław Waśko ae9d51555f
Data analysts should be able to use Text.contains to check for substring using various matcher techniques. (#3285)
* Add matching mode definitions

* Add stub for new method API and an initial test suite

* Fix tests, implement exact matching

* Implement Regex matching

* changelog

* Add benchmarks

* Wokraround for case insensitive regex locale support

* minor tweaks

* Unify Case_Insensitive

* Update edge cases

* Fix other affected places

* minor style change

* Add a problematic test

* Add a regex test for a similar situation

* Migrate to StringSearch:wq

* Add test cases for scharfes S edge case

* Add problematic Regex Unicode normalization test

* Document the regex accents peculiarity

* Do not apply the normalization in ASCII only mode

* cr
2022-02-22 15:41:56 +00:00
..
base/src/main/java/org/enso/base Data analysts should be able to use Text.contains to check for substring using various matcher techniques. (#3285) 2022-02-22 15:41:56 +00:00
database/src/main/java/org/enso/database Redshift Connector (#1985) 2021-09-02 11:28:49 +02:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
table/src/main/java/org/enso/table Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00