ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / applications / test / regex / testRegexps
bloba50e38e3840dac2ef5d12b202617bbdddf4f6b63
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 // pattern, string
11     ( "a.*" "abc" )
12     ( "a.*" "bac" )
13     ( "a.*" "abcd" )
14     ( "a.*" "def" )
15     ( "d(.*)f" "def" )
16     ( " *([A-Za-z]+) *= *([^ /]+) *(//.*)?"   " keyword = value // settings" )
19 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //