godot/modules/regex
Martin Capitanio ade4f3084c Fix class docs, improve error handling of the rst generator.
The rst-generator gives you now a hint what's going on:
Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml

grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml
	Contains the results of a single regex match returned by [method RegEx.search]
	and [method.RegEx.search_all]. It can be used to find the position and range of the match
	and its capturing groups, and it can extract its sub-string for you.
2017-11-18 01:41:32 +01:00
..
doc_classes Fix class docs, improve error handling of the rst generator. 2017-11-18 01:41:32 +01:00
config.py doc: Make all module docs self-contained 2017-11-15 21:29:33 +01:00
regex.cpp Added RegEx.search_all() for multiple matches 2017-11-14 13:04:25 +08:00
regex.h Added RegEx.search_all() for multiple matches 2017-11-14 13:04:25 +08:00
register_types.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Add UWP to Regex JIT blacklist 2017-10-23 01:22:53 -02:00