summaryrefslogtreecommitdiffstats
path: root/modules/regex/regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* StringName Dictionary keysrune-scape2024-08-291-2/+2
* [RegEx] Add show_error parameter to control error printing on compilation failNikita\Nick2024-08-281-9/+12
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Fix for RegEx.sub truncating string when 'end' is usedSofox2024-02-201-1/+1
* Fixed RegEx search_all for zero length matches/lookahead/lookbehindSofox2023-12-081-5/+7
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* pcre2: Update to upstream version 10.42 (take two)Rémi Verschelde2023-06-121-1/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify String and StringNamerune-scape2022-12-051-2/+1
* Change Array arguments to TypedArraykobewi2022-09-011-2/+2
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Add static method for creating RegExkobewi2022-08-021-2/+11
* Generate error if RegEx offset is negativeMarcel Admiraal2022-07-291-0/+4
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-168/+61
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-17/+34
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-48/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Assign pointer null in RegEx::clear to avoid double free on destruction.Ibrahn Sahir2018-11-151-2/+6
* Fixes several resource leaks in ...Crazy-P2018-08-261-0/+6
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+4
* Fixes RegEx::sub injecting null character (issue 15409)Bernhard Liebl2018-01-071-11/+16
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Added RegEx.search_all() for multiple matchesZher Huei Lee2017-11-141-0/+16
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-3/+3
* Merge pull request #10148 from leezh/pcre2Rémi Verschelde2017-08-311-1285/+275
|\
| * Replacement of internal RegEx with PCRE2Zher Huei Lee2017-08-191-1285/+275
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* Revert "Revert "Fixed RegEx::search missing return type hint""Rémi Verschelde2017-06-261-1/+1
* Revert "Fixed RegEx::search missing return type hint"Juan Linietsky2017-06-261-1/+1
* Merge pull request #9379 from leezh/regex_bind_fixRémi Verschelde2017-06-261-1/+1
|\
| * Fixed RegEx::search missing return type hintZher Huei Lee2017-06-261-1/+1
* | Fixed inverted group thrown off by quantifiersZher Huei Lee2017-06-261-3/+4
* | Fixes RegEx capture grabbing too much #9382Zher Huei Lee2017-06-261-6/+13
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-235/+226
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-16/+16
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-16/+16
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Make regex compilable with RTTI disabledPedro J. Estébanez2016-11-011-4/+9
* Changed RegEx to inherit ResourceZher Huei Lee2016-10-271-2/+6