Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4aaa07cc
Commit
4aaa07cc
authored
Dec 10, 2008
by
Mark Olesen
Browse files
cosmetic changes
parent
d017697b
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/test/xfer/Make/files
View file @
4aaa07cc
xferListTest.C
/* EXE = $(FOAM_USER_APPBIN)/xferListTest */
EXE = ./xferListTest
EXE = $(FOAM_USER_APPBIN)/xferListTest
src/OSspecific/Unix/regExp.H
View file @
4aaa07cc
...
...
@@ -26,8 +26,14 @@ Class
Foam::regExp
Description
Wrapper around regular expressions.
The beginning-of-line and end-of-line anchors are added by default.
Wrapper around POSIX extended regular expressions.
The beginning-of-line (^) and the end-of-line ($) anchors are implicit
by default.
SeeAlso
The manpage regex(7) for more information about POSIX regular expressions.
These differ somewhat from @c Perl and @c sed regular expressions.
SourceFiles
regExp.C
...
...
@@ -95,14 +101,14 @@ public:
//- Return the number of (groups)
int
ngroups
()
const
;
//- Return true if matches, partial matches are optional
//- Return true if
it
matches, partial matches are optional
bool
match
(
const
string
&
,
bool
partialMatch
=
false
)
const
;
//- Return true if matches and sets sub-groups matched,
//- Return true if
it
matches and sets
the
sub-groups matched,
// partial matches are optional
bool
match
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment