mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-705 update regex comment
This commit is contained in:
parent
c545a6fb5a
commit
2425feefbc
1 changed files with 4 additions and 7 deletions
|
@ -243,15 +243,12 @@ public class GnuDemanglerParser {
|
||||||
* Pattern: text for|to text
|
* Pattern: text for|to text
|
||||||
*
|
*
|
||||||
* Parts:
|
* Parts:
|
||||||
* -required text (capture group 2)
|
* -required text (capture group 2) -+
|
||||||
* --note: this uses '++', a possessive quantifier, to help keep the
|
* -'for' or 'to' (capture group 3) | (capture group 1)
|
||||||
* backtracking to a minimum
|
* -a space -+
|
||||||
* -a space
|
|
||||||
* -'for' or 'to' (capture group 3)
|
|
||||||
* -a space
|
|
||||||
* -optional text (capture group 4)
|
* -optional text (capture group 4)
|
||||||
*
|
*
|
||||||
* Note: capture group 1 is the combination of groups 2 and 3
|
* Note: capture group 1 is the combination of groups 2 and 3 with trailing space
|
||||||
*
|
*
|
||||||
* Examples:
|
* Examples:
|
||||||
* construction vtable for
|
* construction vtable for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue