mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:20:21 +00:00
ade4f3084c
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. |
||
---|---|---|
.. | ||
doc_classes | ||
config.py | ||
regex.cpp | ||
regex.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |