Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
gb
gb.db
gb.db.form
gb.qt4
gb.settings
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Regexp.FindAll (gb.pcre)
Static
Function
FindAll
(
Subject
As
String
,
Pattern
As
String
[
,
CompileOptions
As
Enum RegexpCompileOption
,
ExecOptions
As
Enum RegexpExecOption
]
)
As
String[]
Since 3.19
Return a string array of all sub-strings matching a pattern.
This static method takes the same parameters as the
Regexp constructor
does. However, is does not create a new object but instead it returns the result directly.