String-Random-Regexp-regxstring v1.04 Perl 5 v5.36.3 amd64-freebsd-thread-multi

Status
Pass
From
Slaven Rezić
Dist
String-Random-Regexp-regxstring v1.04
Platform
Perl 5 v5.36.3 amd64-freebsd-thread-multi
Date
2025-03-02 20:16:32
ID
3b66235e-f7a3-11ef-a92c-c9fa6d8775ea
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Andreas Hadjiprocopis,

This is a computer-generated report for String-Random-Regexp-regxstring-1.04
on perl 5.36.3, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

"/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- regxstring.bs blib/arch/auto/String/Random/Regexp/regxstring/regxstring.bs 644
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing String::Random::Regexp::regxstring 1.04, Perl 5.036003, /usr/local/bin/perl
t/000-load.t ............................... ok
regxstring_generate_random_strings_from_regex: entering with 'abc'.
pre_handle: entering with 'abc'.
Trim: entering with 'abc'.
Trim: leaving with 'abc'.
pre_handle: leaving with '^abc$'.
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'abc'.
generate_random_strings() : error, at least an input regular expression (either as a string or as a Regexp object) is expected.
generate_random_strings_xs() : error, the number of strings to return must be a positive integer (and not 0).
generate_random_strings() : error, call to XS code 'generate_random_strings_xs()' has failed.
generate_random_strings_xs() : error, the number of strings to return must be a positive integer (and not -1).
generate_random_strings() : error, call to XS code 'generate_random_strings_xs()' has failed.
t/050-usage.t .............................. ok
regxstring_generate_random_strings_from_regex: entering with 'abc'.
pre_handle: entering with 'abc'.
Trim: entering with 'abc'.
Trim: leaving with 'abc'.
pre_handle: leaving with '^abc$'.
regx_ : ^abc$
structure :
Text(abc)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'abc'.
regxstring_generate_random_strings_from_regex: entering with 'abc'.
pre_handle: entering with 'abc'.
Trim: entering with 'abc'.
Trim: leaving with 'abc'.
pre_handle: leaving with '^abc$'.
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'abc'.
regxstring_generate_random_strings_from_regex: entering with 'abc'.
pre_handle: entering with 'abc'.
Trim: entering with 'abc'.
Trim: leaving with 'abc'.
pre_handle: leaving with '^abc$'.
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'abc'.
t/060-usage-debug.t ........................ ok
regxstring_generate_random_strings_from_regex: entering with '^(BG)(\d{9,10})'.
pre_handle: entering with '^(BG)(\d{9,10})'.
Trim: entering with '^(BG)(\d{9,10})'.
Trim: leaving with '^(BG)(\d{9,10})'.
pre_handle: leaving with '^(BG)(\d{9,10})$'.
regx_ : ^(BG)(\d{9,10})$
structure :
Seq(2)
  Group(0)
    Text(BG)
  Group(1)
    Repeat[9, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'BG5208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(BG)(\d{9,10})'.
pre_handle: entering with '^(BG)(\d{9,10})'.
Trim: entering with '^(BG)(\d{9,10})'.
Trim: leaving with '^(BG)(\d{9,10})'.
pre_handle: leaving with '^(BG)(\d{9,10})$'.
regx_ : ^(BG)(\d{9,10})$
structure :
Seq(2)
  Group(0)
    Text(BG)
  Group(1)
    Repeat[9, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'BG5208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(NL)(\d{9})B\d{2}'.
pre_handle: entering with '^(NL)(\d{9})B\d{2}'.
Trim: entering with '^(NL)(\d{9})B\d{2}'.
Trim: leaving with '^(NL)(\d{9})B\d{2}'.
pre_handle: leaving with '^(NL)(\d{9})B\d{2}$'.
regx_ : ^(NL)(\d{9})B\d{2}$
structure :
Seq(4)
  Group(0)
    Text(NL)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Text(B)
  Repeat[2, 2]
    Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'NL520830745B09'.
regxstring_generate_random_strings_from_regex: entering with '^(NL)(\d{9})B\d{2}'.
pre_handle: entering with '^(NL)(\d{9})B\d{2}'.
Trim: entering with '^(NL)(\d{9})B\d{2}'.
Trim: leaving with '^(NL)(\d{9})B\d{2}'.
pre_handle: leaving with '^(NL)(\d{9})B\d{2}$'.
regx_ : ^(NL)(\d{9})B\d{2}$
structure :
Seq(4)
  Group(0)
    Text(NL)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Text(B)
  Repeat[2, 2]
    Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'NL520830745B09'.
regxstring_generate_random_strings_from_regex: entering with '^(EU)(\d{9})'.
pre_handle: entering with '^(EU)(\d{9})'.
Trim: entering with '^(EU)(\d{9})'.
Trim: leaving with '^(EU)(\d{9})'.
pre_handle: leaving with '^(EU)(\d{9})$'.
regx_ : ^(EU)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(EU)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EU520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(EU)(\d{9})'.
pre_handle: entering with '^(EU)(\d{9})'.
Trim: entering with '^(EU)(\d{9})'.
Trim: leaving with '^(EU)(\d{9})'.
pre_handle: leaving with '^(EU)(\d{9})$'.
regx_ : ^(EU)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(EU)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EU520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([A-Z]\d{8})'.
pre_handle: entering with '^(ES)([A-Z]\d{8})'.
Trim: entering with '^(ES)([A-Z]\d{8})'.
Trim: leaving with '^(ES)([A-Z]\d{8})'.
pre_handle: leaving with '^(ES)([A-Z]\d{8})$'.
regx_ : ^(ES)([A-Z]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ESX20830745'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([A-Z]\d{8})'.
pre_handle: entering with '^(ES)([A-Z]\d{8})'.
Trim: entering with '^(ES)([A-Z]\d{8})'.
Trim: leaving with '^(ES)([A-Z]\d{8})'.
pre_handle: leaving with '^(ES)([A-Z]\d{8})$'.
regx_ : ^(ES)([A-Z]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ESX20830745'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([A-HN-SW]\d{7}[A-J])'.
pre_handle: entering with '^(ES)([A-HN-SW]\d{7}[A-J])'.
Trim: entering with '^(ES)([A-HN-SW]\d{7}[A-J])'.
Trim: leaving with '^(ES)([A-HN-SW]\d{7}[A-J])'.
pre_handle: leaving with '^(ES)([A-HN-SW]\d{7}[A-J])$'.
regx_ : ^(ES)([A-HN-SW]\d{7}[A-J])$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(3)
      Charset(INCLUDE, ABCDEFGHNOPQRSW)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ESW2083074F'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([A-HN-SW]\d{7}[A-J])'.
pre_handle: entering with '^(ES)([A-HN-SW]\d{7}[A-J])'.
Trim: entering with '^(ES)([A-HN-SW]\d{7}[A-J])'.
Trim: leaving with '^(ES)([A-HN-SW]\d{7}[A-J])'.
pre_handle: leaving with '^(ES)([A-HN-SW]\d{7}[A-J])$'.
regx_ : ^(ES)([A-HN-SW]\d{7}[A-J])$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(3)
      Charset(INCLUDE, ABCDEFGHNOPQRSW)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ESW2083074F'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([0-9YZ]\d{7}[A-Z])'.
pre_handle: entering with '^(ES)([0-9YZ]\d{7}[A-Z])'.
Trim: entering with '^(ES)([0-9YZ]\d{7}[A-Z])'.
Trim: leaving with '^(ES)([0-9YZ]\d{7}[A-Z])'.
pre_handle: leaving with '^(ES)([0-9YZ]\d{7}[A-Z])$'.
regx_ : ^(ES)([0-9YZ]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789YZ)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ES52083074P'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([0-9YZ]\d{7}[A-Z])'.
pre_handle: entering with '^(ES)([0-9YZ]\d{7}[A-Z])'.
Trim: entering with '^(ES)([0-9YZ]\d{7}[A-Z])'.
Trim: leaving with '^(ES)([0-9YZ]\d{7}[A-Z])'.
pre_handle: leaving with '^(ES)([0-9YZ]\d{7}[A-Z])$'.
regx_ : ^(ES)([0-9YZ]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789YZ)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ES52083074P'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([KLMX]\d{7}[A-Z])'.
pre_handle: entering with '^(ES)([KLMX]\d{7}[A-Z])'.
Trim: entering with '^(ES)([KLMX]\d{7}[A-Z])'.
Trim: leaving with '^(ES)([KLMX]\d{7}[A-Z])'.
pre_handle: leaving with '^(ES)([KLMX]\d{7}[A-Z])$'.
regx_ : ^(ES)([KLMX]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(3)
      Charset(INCLUDE, KLMX)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ESL2083074P'.
regxstring_generate_random_strings_from_regex: entering with '^(ES)([KLMX]\d{7}[A-Z])'.
pre_handle: entering with '^(ES)([KLMX]\d{7}[A-Z])'.
Trim: entering with '^(ES)([KLMX]\d{7}[A-Z])'.
Trim: leaving with '^(ES)([KLMX]\d{7}[A-Z])'.
pre_handle: leaving with '^(ES)([KLMX]\d{7}[A-Z])$'.
regx_ : ^(ES)([KLMX]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ES)
  Group(1)
    Seq(3)
      Charset(INCLUDE, KLMX)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ESL2083074P'.
regxstring_generate_random_strings_from_regex: entering with '^(EL)(\d{9})'.
pre_handle: entering with '^(EL)(\d{9})'.
Trim: entering with '^(EL)(\d{9})'.
Trim: leaving with '^(EL)(\d{9})'.
pre_handle: leaving with '^(EL)(\d{9})$'.
regx_ : ^(EL)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(EL)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EL520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(EL)(\d{9})'.
pre_handle: entering with '^(EL)(\d{9})'.
Trim: entering with '^(EL)(\d{9})'.
Trim: leaving with '^(EL)(\d{9})'.
pre_handle: leaving with '^(EL)(\d{9})$'.
regx_ : ^(EL)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(EL)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EL520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(SI)([1-9]\d{7})'.
pre_handle: entering with '^(SI)([1-9]\d{7})'.
Trim: entering with '^(SI)([1-9]\d{7})'.
Trim: leaving with '^(SI)([1-9]\d{7})'.
pre_handle: leaving with '^(SI)([1-9]\d{7})$'.
regx_ : ^(SI)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(SI)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'SI92083074'.
regxstring_generate_random_strings_from_regex: entering with '^(SI)([1-9]\d{7})'.
pre_handle: entering with '^(SI)([1-9]\d{7})'.
Trim: entering with '^(SI)([1-9]\d{7})'.
Trim: leaving with '^(SI)([1-9]\d{7})'.
pre_handle: leaving with '^(SI)([1-9]\d{7})$'.
regx_ : ^(SI)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(SI)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'SI92083074'.
regxstring_generate_random_strings_from_regex: entering with '^(CZ)(\d{8,10})(\d{3})?'.
pre_handle: entering with '^(CZ)(\d{8,10})(\d{3})?'.
Trim: entering with '^(CZ)(\d{8,10})(\d{3})?'.
Trim: leaving with '^(CZ)(\d{8,10})(\d{3})?'.
pre_handle: leaving with '^(CZ)(\d{8,10})(\d{3})?$'.
regx_ : ^(CZ)(\d{8,10})(\d{3})?$
structure :
Seq(3)
  Group(0)
    Text(CZ)
  Group(1)
    Repeat[8, 10]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CZ5208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(CZ)(\d{8,10})(\d{3})?'.
pre_handle: entering with '^(CZ)(\d{8,10})(\d{3})?'.
Trim: entering with '^(CZ)(\d{8,10})(\d{3})?'.
Trim: leaving with '^(CZ)(\d{8,10})(\d{3})?'.
pre_handle: leaving with '^(CZ)(\d{8,10})(\d{3})?$'.
regx_ : ^(CZ)(\d{8,10})(\d{3})?$
structure :
Seq(3)
  Group(0)
    Text(CZ)
  Group(1)
    Repeat[8, 10]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CZ5208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(AT)U(\d{8})'.
pre_handle: entering with '^(AT)U(\d{8})'.
Trim: entering with '^(AT)U(\d{8})'.
Trim: leaving with '^(AT)U(\d{8})'.
pre_handle: leaving with '^(AT)U(\d{8})$'.
regx_ : ^(AT)U(\d{8})$
structure :
Seq(3)
  Group(0)
    Text(AT)
  Text(U)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ATU52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(AT)U(\d{8})'.
pre_handle: entering with '^(AT)U(\d{8})'.
Trim: entering with '^(AT)U(\d{8})'.
Trim: leaving with '^(AT)U(\d{8})'.
pre_handle: leaving with '^(AT)U(\d{8})$'.
regx_ : ^(AT)U(\d{8})$
structure :
Seq(3)
  Group(0)
    Text(AT)
  Text(U)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ATU52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(SK)([1-9]\d[2346-9]\d{7})'.
pre_handle: entering with '^(SK)([1-9]\d[2346-9]\d{7})'.
Trim: entering with '^(SK)([1-9]\d[2346-9]\d{7})'.
Trim: leaving with '^(SK)([1-9]\d[2346-9]\d{7})'.
pre_handle: leaving with '^(SK)([1-9]\d[2346-9]\d{7})$'.
regx_ : ^(SK)([1-9]\d[2346-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(SK)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 123456789)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, 2346789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'SK9528307457'.
regxstring_generate_random_strings_from_regex: entering with '^(SK)([1-9]\d[2346-9]\d{7})'.
pre_handle: entering with '^(SK)([1-9]\d[2346-9]\d{7})'.
Trim: entering with '^(SK)([1-9]\d[2346-9]\d{7})'.
Trim: leaving with '^(SK)([1-9]\d[2346-9]\d{7})'.
pre_handle: leaving with '^(SK)([1-9]\d[2346-9]\d{7})$'.
regx_ : ^(SK)([1-9]\d[2346-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(SK)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 123456789)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, 2346789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'SK9528307457'.
regxstring_generate_random_strings_from_regex: entering with '^(CY)([0-59]\d{7}[A-Z])'.
pre_handle: entering with '^(CY)([0-59]\d{7}[A-Z])'.
Trim: entering with '^(CY)([0-59]\d{7}[A-Z])'.
Trim: leaving with '^(CY)([0-59]\d{7}[A-Z])'.
pre_handle: leaving with '^(CY)([0-59]\d{7}[A-Z])$'.
regx_ : ^(CY)([0-59]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(CY)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123459)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CY92083074P'.
regxstring_generate_random_strings_from_regex: entering with '^(CY)([0-59]\d{7}[A-Z])'.
pre_handle: entering with '^(CY)([0-59]\d{7}[A-Z])'.
Trim: entering with '^(CY)([0-59]\d{7}[A-Z])'.
Trim: leaving with '^(CY)([0-59]\d{7}[A-Z])'.
pre_handle: leaving with '^(CY)([0-59]\d{7}[A-Z])$'.
regx_ : ^(CY)([0-59]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(CY)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123459)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CY92083074P'.
regxstring_generate_random_strings_from_regex: entering with '^(IE)(\d{7}[A-W])'.
pre_handle: entering with '^(IE)(\d{7}[A-W])'.
Trim: entering with '^(IE)(\d{7}[A-W])'.
Trim: leaving with '^(IE)(\d{7}[A-W])'.
pre_handle: leaving with '^(IE)(\d{7}[A-W])$'.
regx_ : ^(IE)(\d{7}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(IE)
  Group(1)
    Seq(2)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IE5208307K'.
regxstring_generate_random_strings_from_regex: entering with '^(IE)(\d{7}[A-W])'.
pre_handle: entering with '^(IE)(\d{7}[A-W])'.
Trim: entering with '^(IE)(\d{7}[A-W])'.
Trim: leaving with '^(IE)(\d{7}[A-W])'.
pre_handle: leaving with '^(IE)(\d{7}[A-W])$'.
regx_ : ^(IE)(\d{7}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(IE)
  Group(1)
    Seq(2)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IE5208307K'.
regxstring_generate_random_strings_from_regex: entering with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: entering with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: entering with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: leaving with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: leaving with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])$'.
regx_ : ^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(IE)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 789)
      Charset(INCLUDE, )*+ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[5, 5]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IE9N08307K'.
regxstring_generate_random_strings_from_regex: entering with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: entering with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: entering with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: leaving with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: leaving with '^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])$'.
regx_ : ^(IE)([7-9][A-Z\*\+)]\d{5}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(IE)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 789)
      Charset(INCLUDE, )*+ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[5, 5]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IE9N08307K'.
regxstring_generate_random_strings_from_regex: entering with '^(IE)(\d{7}[A-W][AH])'.
pre_handle: entering with '^(IE)(\d{7}[A-W][AH])'.
Trim: entering with '^(IE)(\d{7}[A-W][AH])'.
Trim: leaving with '^(IE)(\d{7}[A-W][AH])'.
pre_handle: leaving with '^(IE)(\d{7}[A-W][AH])$'.
regx_ : ^(IE)(\d{7}[A-W][AH])$
structure :
Seq(2)
  Group(0)
    Text(IE)
  Group(1)
    Seq(3)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
      Charset(INCLUDE, AH)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IE5208307KH'.
regxstring_generate_random_strings_from_regex: entering with '^(IE)(\d{7}[A-W][AH])'.
pre_handle: entering with '^(IE)(\d{7}[A-W][AH])'.
Trim: entering with '^(IE)(\d{7}[A-W][AH])'.
Trim: leaving with '^(IE)(\d{7}[A-W][AH])'.
pre_handle: leaving with '^(IE)(\d{7}[A-W][AH])$'.
regx_ : ^(IE)(\d{7}[A-W][AH])$
structure :
Seq(2)
  Group(0)
    Text(IE)
  Group(1)
    Seq(3)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
      Charset(INCLUDE, AH)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IE5208307KH'.
regxstring_generate_random_strings_from_regex: entering with '^(HR)(\d{11})'.
pre_handle: entering with '^(HR)(\d{11})'.
Trim: entering with '^(HR)(\d{11})'.
Trim: leaving with '^(HR)(\d{11})'.
pre_handle: leaving with '^(HR)(\d{11})$'.
regx_ : ^(HR)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(HR)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'HR52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(HR)(\d{11})'.
pre_handle: entering with '^(HR)(\d{11})'.
Trim: entering with '^(HR)(\d{11})'.
Trim: leaving with '^(HR)(\d{11})'.
pre_handle: leaving with '^(HR)(\d{11})$'.
regx_ : ^(HR)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(HR)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'HR52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(DE)([1-9]\d{8})'.
pre_handle: entering with '^(DE)([1-9]\d{8})'.
Trim: entering with '^(DE)([1-9]\d{8})'.
Trim: leaving with '^(DE)([1-9]\d{8})'.
pre_handle: leaving with '^(DE)([1-9]\d{8})$'.
regx_ : ^(DE)([1-9]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(DE)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'DE920830745'.
regxstring_generate_random_strings_from_regex: entering with '^(DE)([1-9]\d{8})'.
pre_handle: entering with '^(DE)([1-9]\d{8})'.
Trim: entering with '^(DE)([1-9]\d{8})'.
Trim: leaving with '^(DE)([1-9]\d{8})'.
pre_handle: leaving with '^(DE)([1-9]\d{8})$'.
regx_ : ^(DE)([1-9]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(DE)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'DE920830745'.
regxstring_generate_random_strings_from_regex: entering with '^(FI)(\d{8})'.
pre_handle: entering with '^(FI)(\d{8})'.
Trim: entering with '^(FI)(\d{8})'.
Trim: leaving with '^(FI)(\d{8})'.
pre_handle: leaving with '^(FI)(\d{8})$'.
regx_ : ^(FI)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(FI)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FI52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(FI)(\d{8})'.
pre_handle: entering with '^(FI)(\d{8})'.
Trim: entering with '^(FI)(\d{8})'.
Trim: leaving with '^(FI)(\d{8})'.
pre_handle: leaving with '^(FI)(\d{8})$'.
regx_ : ^(FI)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(FI)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FI52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(NO)(\d{9})'.
pre_handle: entering with '^(NO)(\d{9})'.
Trim: entering with '^(NO)(\d{9})'.
Trim: leaving with '^(NO)(\d{9})'.
pre_handle: leaving with '^(NO)(\d{9})$'.
regx_ : ^(NO)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(NO)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'NO520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(NO)(\d{9})'.
pre_handle: entering with '^(NO)(\d{9})'.
Trim: entering with '^(NO)(\d{9})'.
Trim: leaving with '^(NO)(\d{9})'.
pre_handle: leaving with '^(NO)(\d{9})$'.
regx_ : ^(NO)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(NO)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'NO520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(BE)(0?\d{9})'.
pre_handle: entering with '^(BE)(0?\d{9})'.
Trim: entering with '^(BE)(0?\d{9})'.
Trim: leaving with '^(BE)(0?\d{9})'.
pre_handle: leaving with '^(BE)(0?\d{9})$'.
regx_ : ^(BE)(0?\d{9})$
structure :
Seq(2)
  Group(0)
    Text(BE)
  Group(1)
    Seq(2)
      Repeat[0, 1]
        Text(0)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'BE0208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(BE)(0?\d{9})'.
pre_handle: entering with '^(BE)(0?\d{9})'.
Trim: entering with '^(BE)(0?\d{9})'.
Trim: leaving with '^(BE)(0?\d{9})'.
pre_handle: leaving with '^(BE)(0?\d{9})$'.
regx_ : ^(BE)(0?\d{9})$
structure :
Seq(2)
  Group(0)
    Text(BE)
  Group(1)
    Seq(2)
      Repeat[0, 1]
        Text(0)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'BE0208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(RS)(\d{9})'.
pre_handle: entering with '^(RS)(\d{9})'.
Trim: entering with '^(RS)(\d{9})'.
Trim: leaving with '^(RS)(\d{9})'.
pre_handle: leaving with '^(RS)(\d{9})$'.
regx_ : ^(RS)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(RS)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RS520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(RS)(\d{9})'.
pre_handle: entering with '^(RS)(\d{9})'.
Trim: entering with '^(RS)(\d{9})'.
Trim: leaving with '^(RS)(\d{9})'.
pre_handle: leaving with '^(RS)(\d{9})$'.
regx_ : ^(RS)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(RS)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RS520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(SE)(\d{10}01)'.
pre_handle: entering with '^(SE)(\d{10}01)'.
Trim: entering with '^(SE)(\d{10}01)'.
Trim: leaving with '^(SE)(\d{10}01)'.
pre_handle: leaving with '^(SE)(\d{10}01)$'.
regx_ : ^(SE)(\d{10}01)$
structure :
Seq(2)
  Group(0)
    Text(SE)
  Group(1)
    Seq(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Text(01)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'SE520830745701'.
regxstring_generate_random_strings_from_regex: entering with '^(SE)(\d{10}01)'.
pre_handle: entering with '^(SE)(\d{10}01)'.
Trim: entering with '^(SE)(\d{10}01)'.
Trim: leaving with '^(SE)(\d{10}01)'.
pre_handle: leaving with '^(SE)(\d{10}01)$'.
regx_ : ^(SE)(\d{10}01)$
structure :
Seq(2)
  Group(0)
    Text(SE)
  Group(1)
    Seq(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Text(01)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'SE520830745701'.
regxstring_generate_random_strings_from_regex: entering with '^(LV)(\d{11})'.
pre_handle: entering with '^(LV)(\d{11})'.
Trim: entering with '^(LV)(\d{11})'.
Trim: leaving with '^(LV)(\d{11})'.
pre_handle: leaving with '^(LV)(\d{11})$'.
regx_ : ^(LV)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(LV)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LV52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(LV)(\d{11})'.
pre_handle: entering with '^(LV)(\d{11})'.
Trim: entering with '^(LV)(\d{11})'.
Trim: leaving with '^(LV)(\d{11})'.
pre_handle: leaving with '^(LV)(\d{11})$'.
regx_ : ^(LV)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(LV)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LV52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(PL)(\d{10})'.
pre_handle: entering with '^(PL)(\d{10})'.
Trim: entering with '^(PL)(\d{10})'.
Trim: leaving with '^(PL)(\d{10})'.
pre_handle: leaving with '^(PL)(\d{10})$'.
regx_ : ^(PL)(\d{10})$
structure :
Seq(2)
  Group(0)
    Text(PL)
  Group(1)
    Repeat[10, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'PL5208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(PL)(\d{10})'.
pre_handle: entering with '^(PL)(\d{10})'.
Trim: entering with '^(PL)(\d{10})'.
Trim: leaving with '^(PL)(\d{10})'.
pre_handle: leaving with '^(PL)(\d{10})$'.
regx_ : ^(PL)(\d{10})$
structure :
Seq(2)
  Group(0)
    Text(PL)
  Group(1)
    Repeat[10, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'PL5208307457'.
regxstring_generate_random_strings_from_regex: entering with '^(DK)(\d{8})'.
pre_handle: entering with '^(DK)(\d{8})'.
Trim: entering with '^(DK)(\d{8})'.
Trim: leaving with '^(DK)(\d{8})'.
pre_handle: leaving with '^(DK)(\d{8})$'.
regx_ : ^(DK)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(DK)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'DK52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(DK)(\d{8})'.
pre_handle: entering with '^(DK)(\d{8})'.
Trim: entering with '^(DK)(\d{8})'.
Trim: leaving with '^(DK)(\d{8})'.
pre_handle: leaving with '^(DK)(\d{8})$'.
regx_ : ^(DK)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(DK)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'DK52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(IT)(\d{11})'.
pre_handle: entering with '^(IT)(\d{11})'.
Trim: entering with '^(IT)(\d{11})'.
Trim: leaving with '^(IT)(\d{11})'.
pre_handle: leaving with '^(IT)(\d{11})$'.
regx_ : ^(IT)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(IT)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IT52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(IT)(\d{11})'.
pre_handle: entering with '^(IT)(\d{11})'.
Trim: entering with '^(IT)(\d{11})'.
Trim: leaving with '^(IT)(\d{11})'.
pre_handle: leaving with '^(IT)(\d{11})$'.
regx_ : ^(IT)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(IT)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'IT52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(MT)([1-9]\d{7})'.
pre_handle: entering with '^(MT)([1-9]\d{7})'.
Trim: entering with '^(MT)([1-9]\d{7})'.
Trim: leaving with '^(MT)([1-9]\d{7})'.
pre_handle: leaving with '^(MT)([1-9]\d{7})$'.
regx_ : ^(MT)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(MT)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'MT92083074'.
regxstring_generate_random_strings_from_regex: entering with '^(MT)([1-9]\d{7})'.
pre_handle: entering with '^(MT)([1-9]\d{7})'.
Trim: entering with '^(MT)([1-9]\d{7})'.
Trim: leaving with '^(MT)([1-9]\d{7})'.
pre_handle: leaving with '^(MT)([1-9]\d{7})$'.
regx_ : ^(MT)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(MT)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'MT92083074'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(\d{12})'.
pre_handle: entering with '^(GB)(\d{12})'.
Trim: entering with '^(GB)(\d{12})'.
Trim: leaving with '^(GB)(\d{12})'.
pre_handle: leaving with '^(GB)(\d{12})$'.
regx_ : ^(GB)(\d{12})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Repeat[12, 12]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GB520830745709'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(\d{12})'.
pre_handle: entering with '^(GB)(\d{12})'.
Trim: entering with '^(GB)(\d{12})'.
Trim: leaving with '^(GB)(\d{12})'.
pre_handle: leaving with '^(GB)(\d{12})$'.
regx_ : ^(GB)(\d{12})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Repeat[12, 12]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GB520830745709'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(GD\d{3})'.
pre_handle: entering with '^(GB)(GD\d{3})'.
Trim: entering with '^(GB)(GD\d{3})'.
Trim: leaving with '^(GB)(GD\d{3})'.
pre_handle: leaving with '^(GB)(GD\d{3})$'.
regx_ : ^(GB)(GD\d{3})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Seq(2)
      Text(GD)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GBGD520'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(GD\d{3})'.
pre_handle: entering with '^(GB)(GD\d{3})'.
Trim: entering with '^(GB)(GD\d{3})'.
Trim: leaving with '^(GB)(GD\d{3})'.
pre_handle: leaving with '^(GB)(GD\d{3})$'.
regx_ : ^(GB)(GD\d{3})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Seq(2)
      Text(GD)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GBGD520'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(HA\d{3})'.
pre_handle: entering with '^(GB)(HA\d{3})'.
Trim: entering with '^(GB)(HA\d{3})'.
Trim: leaving with '^(GB)(HA\d{3})'.
pre_handle: leaving with '^(GB)(HA\d{3})$'.
regx_ : ^(GB)(HA\d{3})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Seq(2)
      Text(HA)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GBHA520'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(HA\d{3})'.
pre_handle: entering with '^(GB)(HA\d{3})'.
Trim: entering with '^(GB)(HA\d{3})'.
Trim: leaving with '^(GB)(HA\d{3})'.
pre_handle: leaving with '^(GB)(HA\d{3})$'.
regx_ : ^(GB)(HA\d{3})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Seq(2)
      Text(HA)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GBHA520'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(\d{9})'.
pre_handle: entering with '^(GB)(\d{9})'.
Trim: entering with '^(GB)(\d{9})'.
Trim: leaving with '^(GB)(\d{9})'.
pre_handle: leaving with '^(GB)(\d{9})$'.
regx_ : ^(GB)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GB520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(GB)(\d{9})'.
pre_handle: entering with '^(GB)(\d{9})'.
Trim: entering with '^(GB)(\d{9})'.
Trim: leaving with '^(GB)(\d{9})'.
pre_handle: leaving with '^(GB)(\d{9})$'.
regx_ : ^(GB)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(GB)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'GB520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(LT)(\d{9}|\d{12})'.
pre_handle: entering with '^(LT)(\d{9}|\d{12})'.
Trim: entering with '^(LT)(\d{9}|\d{12})'.
Trim: leaving with '^(LT)(\d{9}|\d{12})'.
pre_handle: leaving with '^(LT)(\d{9}|\d{12})$'.
regx_ : ^(LT)(\d{9}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(LT)
  Group(1)
    Select(2)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LT208307457093'.
regxstring_generate_random_strings_from_regex: entering with '^(LT)(\d{9}|\d{12})'.
pre_handle: entering with '^(LT)(\d{9}|\d{12})'.
Trim: entering with '^(LT)(\d{9}|\d{12})'.
Trim: leaving with '^(LT)(\d{9}|\d{12})'.
pre_handle: leaving with '^(LT)(\d{9}|\d{12})$'.
regx_ : ^(LT)(\d{9}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(LT)
  Group(1)
    Select(2)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LT208307457093'.
regxstring_generate_random_strings_from_regex: entering with '^(LU)(\d{8})'.
pre_handle: entering with '^(LU)(\d{8})'.
Trim: entering with '^(LU)(\d{8})'.
Trim: leaving with '^(LU)(\d{8})'.
pre_handle: leaving with '^(LU)(\d{8})$'.
regx_ : ^(LU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(LU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LU52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(LU)(\d{8})'.
pre_handle: entering with '^(LU)(\d{8})'.
Trim: entering with '^(LU)(\d{8})'.
Trim: leaving with '^(LU)(\d{8})'.
pre_handle: leaving with '^(LU)(\d{8})$'.
regx_ : ^(LU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(LU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LU52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d{11})'.
pre_handle: entering with '^(FR)(\d{11})'.
Trim: entering with '^(FR)(\d{11})'.
Trim: leaving with '^(FR)(\d{11})'.
pre_handle: leaving with '^(FR)(\d{11})$'.
regx_ : ^(FR)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d{11})'.
pre_handle: entering with '^(FR)(\d{11})'.
Trim: entering with '^(FR)(\d{11})'.
Trim: leaving with '^(FR)(\d{11})'.
pre_handle: leaving with '^(FR)(\d{11})$'.
regx_ : ^(FR)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR52083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]\d{10})$'.
regx_ : ^(FR)([A-HJ-NP-Z]\d{10})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRF2083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]\d{10})$'.
regx_ : ^(FR)([A-HJ-NP-Z]\d{10})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRF2083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})$'.
regx_ : ^(FR)(\d[A-HJ-NP-Z]\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR9D083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})$'.
regx_ : ^(FR)(\d[A-HJ-NP-Z]\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR9D083074570'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})$'.
regx_ : ^(FR)([A-HJ-NP-Z]{2}\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Repeat[2, 2]
        Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRDE830745709'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})$'.
regx_ : ^(FR)([A-HJ-NP-Z]{2}\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Repeat[2, 2]
        Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRDE830745709'.
regxstring_generate_random_strings_from_regex: entering with '^(RO)([1-9]\d{1,9})'.
pre_handle: entering with '^(RO)([1-9]\d{1,9})'.
Trim: entering with '^(RO)([1-9]\d{1,9})'.
Trim: leaving with '^(RO)([1-9]\d{1,9})'.
pre_handle: leaving with '^(RO)([1-9]\d{1,9})$'.
regx_ : ^(RO)([1-9]\d{1,9})$
structure :
Seq(2)
  Group(0)
    Text(RO)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[1, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RO92083'.
regxstring_generate_random_strings_from_regex: entering with '^(RO)([1-9]\d{1,9})'.
pre_handle: entering with '^(RO)([1-9]\d{1,9})'.
Trim: entering with '^(RO)([1-9]\d{1,9})'.
Trim: leaving with '^(RO)([1-9]\d{1,9})'.
pre_handle: leaving with '^(RO)([1-9]\d{1,9})$'.
regx_ : ^(RO)([1-9]\d{1,9})$
structure :
Seq(2)
  Group(0)
    Text(RO)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[1, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RO92083'.
regxstring_generate_random_strings_from_regex: entering with '^(EE)(10\d{7})'.
pre_handle: entering with '^(EE)(10\d{7})'.
Trim: entering with '^(EE)(10\d{7})'.
Trim: leaving with '^(EE)(10\d{7})'.
pre_handle: leaving with '^(EE)(10\d{7})$'.
regx_ : ^(EE)(10\d{7})$
structure :
Seq(2)
  Group(0)
    Text(EE)
  Group(1)
    Seq(2)
      Text(10)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EE105208307'.
regxstring_generate_random_strings_from_regex: entering with '^(EE)(10\d{7})'.
pre_handle: entering with '^(EE)(10\d{7})'.
Trim: entering with '^(EE)(10\d{7})'.
Trim: leaving with '^(EE)(10\d{7})'.
pre_handle: leaving with '^(EE)(10\d{7})$'.
regx_ : ^(EE)(10\d{7})$
structure :
Seq(2)
  Group(0)
    Text(EE)
  Group(1)
    Seq(2)
      Text(10)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EE105208307'.
regxstring_generate_random_strings_from_regex: entering with '^(RU)(\d{10}|\d{12})'.
pre_handle: entering with '^(RU)(\d{10}|\d{12})'.
Trim: entering with '^(RU)(\d{10}|\d{12})'.
Trim: leaving with '^(RU)(\d{10}|\d{12})'.
pre_handle: leaving with '^(RU)(\d{10}|\d{12})$'.
regx_ : ^(RU)(\d{10}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(RU)
  Group(1)
    Select(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RU208307457093'.
regxstring_generate_random_strings_from_regex: entering with '^(RU)(\d{10}|\d{12})'.
pre_handle: entering with '^(RU)(\d{10}|\d{12})'.
Trim: entering with '^(RU)(\d{10}|\d{12})'.
Trim: leaving with '^(RU)(\d{10}|\d{12})'.
pre_handle: leaving with '^(RU)(\d{10}|\d{12})$'.
regx_ : ^(RU)(\d{10}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(RU)
  Group(1)
    Select(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RU208307457093'.
regxstring_generate_random_strings_from_regex: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?$'.
regx_ : ^(CHE)(\d{9})(MWST|TVA|IVA)?$
structure :
Seq(3)
  Group(0)
    Text(CHE)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Select(3)
        Text(MWST)
        Text(TVA)
        Text(IVA)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CHE520830745MWST'.
regxstring_generate_random_strings_from_regex: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?$'.
regx_ : ^(CHE)(\d{9})(MWST|TVA|IVA)?$
structure :
Seq(3)
  Group(0)
    Text(CHE)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Select(3)
        Text(MWST)
        Text(TVA)
        Text(IVA)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CHE520830745MWST'.
regxstring_generate_random_strings_from_regex: entering with '^(HU)(\d{8})'.
pre_handle: entering with '^(HU)(\d{8})'.
Trim: entering with '^(HU)(\d{8})'.
Trim: leaving with '^(HU)(\d{8})'.
pre_handle: leaving with '^(HU)(\d{8})$'.
regx_ : ^(HU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(HU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'HU52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(HU)(\d{8})'.
pre_handle: entering with '^(HU)(\d{8})'.
Trim: entering with '^(HU)(\d{8})'.
Trim: leaving with '^(HU)(\d{8})'.
pre_handle: leaving with '^(HU)(\d{8})$'.
regx_ : ^(HU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(HU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'HU52083074'.
regxstring_generate_random_strings_from_regex: entering with '^(PT)(\d{9})'.
pre_handle: entering with '^(PT)(\d{9})'.
Trim: entering with '^(PT)(\d{9})'.
Trim: leaving with '^(PT)(\d{9})'.
pre_handle: leaving with '^(PT)(\d{9})$'.
regx_ : ^(PT)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(PT)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'PT520830745'.
regxstring_generate_random_strings_from_regex: entering with '^(PT)(\d{9})'.
pre_handle: entering with '^(PT)(\d{9})'.
Trim: entering with '^(PT)(\d{9})'.
Trim: leaving with '^(PT)(\d{9})'.
pre_handle: leaving with '^(PT)(\d{9})$'.
regx_ : ^(PT)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(PT)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'PT520830745'.
t/100-generate_random_strings.t ............ ok
regxstring_generate_random_strings_from_regex: entering with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
pre_handle: entering with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
Trim: entering with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
Trim: leaving with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
pre_handle: leaving with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})$'.
regx_ : ^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})$
structure :
Seq(2)
  Group(0)
    Text(ΒΟΥΛΓΑΡΙΑ)
  Group(1)
    Repeat[9, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΒΟΥΛΓΑΡΙΑ3165211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
pre_handle: entering with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
Trim: entering with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
Trim: leaving with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})'.
pre_handle: leaving with '^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})$'.
regx_ : ^(ΒΟΥΛΓΑΡΙΑ)(\d{9,10})$
structure :
Seq(2)
  Group(0)
    Text(ΒΟΥΛΓΑΡΙΑ)
  Group(1)
    Repeat[9, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΒΟΥΛΓΑΡΙΑ3165211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
pre_handle: entering with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
Trim: entering with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
Trim: leaving with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
pre_handle: leaving with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}$'.
regx_ : ^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}$
structure :
Seq(4)
  Group(0)
    Text(ΟΛΛΑΝΔΙΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Text(B)
  Repeat[2, 2]
    Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΟΛΛΑΝΔΙΑ316521120B14'.
regxstring_generate_random_strings_from_regex: entering with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
pre_handle: entering with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
Trim: entering with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
Trim: leaving with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}'.
pre_handle: leaving with '^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}$'.
regx_ : ^(ΟΛΛΑΝΔΙΑ)(\d{9})B\d{2}$
structure :
Seq(4)
  Group(0)
    Text(ΟΛΛΑΝΔΙΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Text(B)
  Repeat[2, 2]
    Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΟΛΛΑΝΔΙΑ316521120B14'.
regxstring_generate_random_strings_from_regex: entering with '^(ΤΣΙΡΚΟ)(\d{9})'.
pre_handle: entering with '^(ΤΣΙΡΚΟ)(\d{9})'.
Trim: entering with '^(ΤΣΙΡΚΟ)(\d{9})'.
Trim: leaving with '^(ΤΣΙΡΚΟ)(\d{9})'.
pre_handle: leaving with '^(ΤΣΙΡΚΟ)(\d{9})$'.
regx_ : ^(ΤΣΙΡΚΟ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΤΣΙΡΚΟ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΤΣΙΡΚΟ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΤΣΙΡΚΟ)(\d{9})'.
pre_handle: entering with '^(ΤΣΙΡΚΟ)(\d{9})'.
Trim: entering with '^(ΤΣΙΡΚΟ)(\d{9})'.
Trim: leaving with '^(ΤΣΙΡΚΟ)(\d{9})'.
pre_handle: leaving with '^(ΤΣΙΡΚΟ)(\d{9})$'.
regx_ : ^(ΤΣΙΡΚΟ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΤΣΙΡΚΟ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΤΣΙΡΚΟ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑX16521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([A-Z]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑX16521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, ABCDEFGHNOPQRSW)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑQ1652112A'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([A-HN-SW]\d{7}[A-J])$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, ABCDEFGHNOPQRSW)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑQ1652112A'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789YZ)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑ51652112S'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([0-9YZ]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789YZ)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑ51652112S'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, KLMX)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑL1652112S'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
pre_handle: entering with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
Trim: entering with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
Trim: leaving with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])'.
pre_handle: leaving with '^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])$'.
regx_ : ^(ΙΣΠΑΝΙΑ)([KLMX]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ΙΣΠΑΝΙΑ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, KLMX)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΣΠΑΝΙΑL1652112S'.
regxstring_generate_random_strings_from_regex: entering with '^(ΕΛΛΑΔΑ)(\d{9})'.
pre_handle: entering with '^(ΕΛΛΑΔΑ)(\d{9})'.
Trim: entering with '^(ΕΛΛΑΔΑ)(\d{9})'.
Trim: leaving with '^(ΕΛΛΑΔΑ)(\d{9})'.
pre_handle: leaving with '^(ΕΛΛΑΔΑ)(\d{9})$'.
regx_ : ^(ΕΛΛΑΔΑ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΕΛΛΑΔΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΕΛΛΑΔΑ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΕΛΛΑΔΑ)(\d{9})'.
pre_handle: entering with '^(ΕΛΛΑΔΑ)(\d{9})'.
Trim: entering with '^(ΕΛΛΑΔΑ)(\d{9})'.
Trim: leaving with '^(ΕΛΛΑΔΑ)(\d{9})'.
pre_handle: leaving with '^(ΕΛΛΑΔΑ)(\d{9})$'.
regx_ : ^(ΕΛΛΑΔΑ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΕΛΛΑΔΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΕΛΛΑΔΑ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
pre_handle: entering with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
Trim: entering with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
Trim: leaving with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
pre_handle: leaving with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})$'.
regx_ : ^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(ΣΛΟΒΕΝΙΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΛΟΒΕΝΙΑ61652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
pre_handle: entering with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
Trim: entering with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
Trim: leaving with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})'.
pre_handle: leaving with '^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})$'.
regx_ : ^(ΣΛΟΒΕΝΙΑ)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(ΣΛΟΒΕΝΙΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΛΟΒΕΝΙΑ61652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
pre_handle: entering with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
Trim: entering with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
Trim: leaving with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
pre_handle: leaving with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?$'.
regx_ : ^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?$
structure :
Seq(3)
  Group(0)
    Text(ΤΣΕΧΙΑ)
  Group(1)
    Repeat[8, 10]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΤΣΕΧΙΑ3165211206170'.
regxstring_generate_random_strings_from_regex: entering with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
pre_handle: entering with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
Trim: entering with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
Trim: leaving with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?'.
pre_handle: leaving with '^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?$'.
regx_ : ^(ΤΣΕΧΙΑ)(\d{8,10})(\d{3})?$
structure :
Seq(3)
  Group(0)
    Text(ΤΣΕΧΙΑ)
  Group(1)
    Repeat[8, 10]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΤΣΕΧΙΑ3165211206170'.
regxstring_generate_random_strings_from_regex: entering with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
pre_handle: entering with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
Trim: entering with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
Trim: leaving with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
pre_handle: leaving with '^(ΑΥΣΤΡΙΑ)U(\d{8})$'.
regx_ : ^(ΑΥΣΤΡΙΑ)U(\d{8})$
structure :
Seq(3)
  Group(0)
    Text(ΑΥΣΤΡΙΑ)
  Text(U)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΑΥΣΤΡΙΑU31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
pre_handle: entering with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
Trim: entering with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
Trim: leaving with '^(ΑΥΣΤΡΙΑ)U(\d{8})'.
pre_handle: leaving with '^(ΑΥΣΤΡΙΑ)U(\d{8})$'.
regx_ : ^(ΑΥΣΤΡΙΑ)U(\d{8})$
structure :
Seq(3)
  Group(0)
    Text(ΑΥΣΤΡΙΑ)
  Text(U)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΑΥΣΤΡΙΑU31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
pre_handle: entering with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
Trim: entering with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
Trim: leaving with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
pre_handle: leaving with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})$'.
regx_ : ^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(ΣΛΟΒΑΚΙΑ)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 123456789)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, 2346789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΛΟΒΑΚΙΑ6375211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
pre_handle: entering with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
Trim: entering with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
Trim: leaving with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})'.
pre_handle: leaving with '^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})$'.
regx_ : ^(ΣΛΟΒΑΚΙΑ)([1-9]\d[2346-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(ΣΛΟΒΑΚΙΑ)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 123456789)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, 2346789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΛΟΒΑΚΙΑ6375211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
pre_handle: entering with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
Trim: entering with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
Trim: leaving with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
pre_handle: leaving with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])$'.
regx_ : ^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ΚΥΠΡΟΣ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123459)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΚΥΠΡΟΣ91652112S'.
regxstring_generate_random_strings_from_regex: entering with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
pre_handle: entering with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
Trim: entering with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
Trim: leaving with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])'.
pre_handle: leaving with '^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])$'.
regx_ : ^(ΚΥΠΡΟΣ)([0-59]\d{7}[A-Z])$
structure :
Seq(2)
  Group(0)
    Text(ΚΥΠΡΟΣ)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123459)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVWXYZ)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΚΥΠΡΟΣ91652112S'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
pre_handle: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
Trim: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
Trim: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
pre_handle: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])$'.
regx_ : ^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(ΙΡΛΑΝΔΙΑ)
  Group(1)
    Seq(2)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΡΛΑΝΔΙΑ3165211V'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
pre_handle: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
Trim: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
Trim: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])'.
pre_handle: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])$'.
regx_ : ^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(ΙΡΛΑΝΔΙΑ)
  Group(1)
    Seq(2)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΡΛΑΝΔΙΑ3165211V'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: entering with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: entering with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: leaving with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: leaving with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])$'.
regx_ : ^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(ΙΡΛΑΝΔΙΑ)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 789)
      Charset(INCLUDE, )*+ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[5, 5]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΡΛΑΝΔΙΑ9Z65211V'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: entering with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: entering with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
Trim: leaving with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])'.
pre_handle: leaving with '^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])$'.
regx_ : ^(ΙΡΛΑΝΔΙΑ)([7-9][A-Z\*\+)]\d{5}[A-W])$
structure :
Seq(2)
  Group(0)
    Text(ΙΡΛΑΝΔΙΑ)
  Group(1)
    Seq(4)
      Charset(INCLUDE, 789)
      Charset(INCLUDE, )*+ABCDEFGHIJKLMNOPQRSTUVWXYZ)
      Repeat[5, 5]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΡΛΑΝΔΙΑ9Z65211V'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
pre_handle: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
Trim: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
Trim: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
pre_handle: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])$'.
regx_ : ^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])$
structure :
Seq(2)
  Group(0)
    Text(ΙΡΛΑΝΔΙΑ)
  Group(1)
    Seq(3)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
      Charset(INCLUDE, AH)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΡΛΑΝΔΙΑ3165211VA'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
pre_handle: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
Trim: entering with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
Trim: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])'.
pre_handle: leaving with '^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])$'.
regx_ : ^(ΙΡΛΑΝΔΙΑ)(\d{7}[A-W][AH])$
structure :
Seq(2)
  Group(0)
    Text(ΙΡΛΑΝΔΙΑ)
  Group(1)
    Seq(3)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHIJKLMNOPQRSTUVW)
      Charset(INCLUDE, AH)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΡΛΑΝΔΙΑ3165211VA'.
regxstring_generate_random_strings_from_regex: entering with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
pre_handle: entering with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
Trim: entering with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
Trim: leaving with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
pre_handle: leaving with '^(ΚΡΟΑΤΙΑ)(\d{11})$'.
regx_ : ^(ΚΡΟΑΤΙΑ)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(ΚΡΟΑΤΙΑ)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΚΡΟΑΤΙΑ31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
pre_handle: entering with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
Trim: entering with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
Trim: leaving with '^(ΚΡΟΑΤΙΑ)(\d{11})'.
pre_handle: leaving with '^(ΚΡΟΑΤΙΑ)(\d{11})$'.
regx_ : ^(ΚΡΟΑΤΙΑ)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(ΚΡΟΑΤΙΑ)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΚΡΟΑΤΙΑ31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
pre_handle: entering with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
Trim: entering with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
Trim: leaving with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
pre_handle: leaving with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})$'.
regx_ : ^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΓΕΡΜΑΝΙΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΓΕΡΜΑΝΙΑ616521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
pre_handle: entering with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
Trim: entering with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
Trim: leaving with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})'.
pre_handle: leaving with '^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})$'.
regx_ : ^(ΓΕΡΜΑΝΙΑ)([1-9]\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΓΕΡΜΑΝΙΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[8, 8]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΓΕΡΜΑΝΙΑ616521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
pre_handle: entering with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
Trim: entering with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
Trim: leaving with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
pre_handle: leaving with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})$'.
regx_ : ^(ΦΙΛΛΑΝΔΙΑ)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΦΙΛΛΑΝΔΙΑ)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΦΙΛΛΑΝΔΙΑ31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
pre_handle: entering with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
Trim: entering with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
Trim: leaving with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})'.
pre_handle: leaving with '^(ΦΙΛΛΑΝΔΙΑ)(\d{8})$'.
regx_ : ^(ΦΙΛΛΑΝΔΙΑ)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΦΙΛΛΑΝΔΙΑ)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΦΙΛΛΑΝΔΙΑ31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
pre_handle: entering with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
Trim: entering with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
Trim: leaving with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
pre_handle: leaving with '^(ΝΟΡΒΗΓΙΑ)(\d{9})$'.
regx_ : ^(ΝΟΡΒΗΓΙΑ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΝΟΡΒΗΓΙΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΝΟΡΒΗΓΙΑ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
pre_handle: entering with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
Trim: entering with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
Trim: leaving with '^(ΝΟΡΒΗΓΙΑ)(\d{9})'.
pre_handle: leaving with '^(ΝΟΡΒΗΓΙΑ)(\d{9})$'.
regx_ : ^(ΝΟΡΒΗΓΙΑ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΝΟΡΒΗΓΙΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΝΟΡΒΗΓΙΑ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
pre_handle: entering with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
Trim: entering with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
Trim: leaving with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
pre_handle: leaving with '^(ΒΕΛΓΙΟ)(0?\d{9})$'.
regx_ : ^(ΒΕΛΓΙΟ)(0?\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΒΕΛΓΙΟ)
  Group(1)
    Seq(2)
      Repeat[0, 1]
        Text(0)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΒΕΛΓΙΟ0165211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
pre_handle: entering with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
Trim: entering with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
Trim: leaving with '^(ΒΕΛΓΙΟ)(0?\d{9})'.
pre_handle: leaving with '^(ΒΕΛΓΙΟ)(0?\d{9})$'.
regx_ : ^(ΒΕΛΓΙΟ)(0?\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΒΕΛΓΙΟ)
  Group(1)
    Seq(2)
      Repeat[0, 1]
        Text(0)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΒΕΛΓΙΟ0165211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΕΡΒΙΑ)(\d{9})'.
pre_handle: entering with '^(ΣΕΡΒΙΑ)(\d{9})'.
Trim: entering with '^(ΣΕΡΒΙΑ)(\d{9})'.
Trim: leaving with '^(ΣΕΡΒΙΑ)(\d{9})'.
pre_handle: leaving with '^(ΣΕΡΒΙΑ)(\d{9})$'.
regx_ : ^(ΣΕΡΒΙΑ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΣΕΡΒΙΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΕΡΒΙΑ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΕΡΒΙΑ)(\d{9})'.
pre_handle: entering with '^(ΣΕΡΒΙΑ)(\d{9})'.
Trim: entering with '^(ΣΕΡΒΙΑ)(\d{9})'.
Trim: leaving with '^(ΣΕΡΒΙΑ)(\d{9})'.
pre_handle: leaving with '^(ΣΕΡΒΙΑ)(\d{9})$'.
regx_ : ^(ΣΕΡΒΙΑ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΣΕΡΒΙΑ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΕΡΒΙΑ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
pre_handle: entering with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
Trim: entering with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
Trim: leaving with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
pre_handle: leaving with '^(ΣΟΥΗΔΙΑ)(\d{10}01)$'.
regx_ : ^(ΣΟΥΗΔΙΑ)(\d{10}01)$
structure :
Seq(2)
  Group(0)
    Text(ΣΟΥΗΔΙΑ)
  Group(1)
    Seq(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Text(01)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΟΥΗΔΙΑ316521120601'.
regxstring_generate_random_strings_from_regex: entering with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
pre_handle: entering with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
Trim: entering with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
Trim: leaving with '^(ΣΟΥΗΔΙΑ)(\d{10}01)'.
pre_handle: leaving with '^(ΣΟΥΗΔΙΑ)(\d{10}01)$'.
regx_ : ^(ΣΟΥΗΔΙΑ)(\d{10}01)$
structure :
Seq(2)
  Group(0)
    Text(ΣΟΥΗΔΙΑ)
  Group(1)
    Seq(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Text(01)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΣΟΥΗΔΙΑ316521120601'.
regxstring_generate_random_strings_from_regex: entering with '^(ΛΑΤΒΙΑ)(\d{11})'.
pre_handle: entering with '^(ΛΑΤΒΙΑ)(\d{11})'.
Trim: entering with '^(ΛΑΤΒΙΑ)(\d{11})'.
Trim: leaving with '^(ΛΑΤΒΙΑ)(\d{11})'.
pre_handle: leaving with '^(ΛΑΤΒΙΑ)(\d{11})$'.
regx_ : ^(ΛΑΤΒΙΑ)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(ΛΑΤΒΙΑ)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΛΑΤΒΙΑ31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(ΛΑΤΒΙΑ)(\d{11})'.
pre_handle: entering with '^(ΛΑΤΒΙΑ)(\d{11})'.
Trim: entering with '^(ΛΑΤΒΙΑ)(\d{11})'.
Trim: leaving with '^(ΛΑΤΒΙΑ)(\d{11})'.
pre_handle: leaving with '^(ΛΑΤΒΙΑ)(\d{11})$'.
regx_ : ^(ΛΑΤΒΙΑ)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(ΛΑΤΒΙΑ)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΛΑΤΒΙΑ31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
pre_handle: entering with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
Trim: entering with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
Trim: leaving with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
pre_handle: leaving with '^(ΠΟΛΩΝΙΑ)(\d{10})$'.
regx_ : ^(ΠΟΛΩΝΙΑ)(\d{10})$
structure :
Seq(2)
  Group(0)
    Text(ΠΟΛΩΝΙΑ)
  Group(1)
    Repeat[10, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΠΟΛΩΝΙΑ3165211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
pre_handle: entering with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
Trim: entering with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
Trim: leaving with '^(ΠΟΛΩΝΙΑ)(\d{10})'.
pre_handle: leaving with '^(ΠΟΛΩΝΙΑ)(\d{10})$'.
regx_ : ^(ΠΟΛΩΝΙΑ)(\d{10})$
structure :
Seq(2)
  Group(0)
    Text(ΠΟΛΩΝΙΑ)
  Group(1)
    Repeat[10, 10]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΠΟΛΩΝΙΑ3165211206'.
regxstring_generate_random_strings_from_regex: entering with '^(ΔΑΝΙΑ)(\d{8})'.
pre_handle: entering with '^(ΔΑΝΙΑ)(\d{8})'.
Trim: entering with '^(ΔΑΝΙΑ)(\d{8})'.
Trim: leaving with '^(ΔΑΝΙΑ)(\d{8})'.
pre_handle: leaving with '^(ΔΑΝΙΑ)(\d{8})$'.
regx_ : ^(ΔΑΝΙΑ)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΔΑΝΙΑ)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΔΑΝΙΑ31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΔΑΝΙΑ)(\d{8})'.
pre_handle: entering with '^(ΔΑΝΙΑ)(\d{8})'.
Trim: entering with '^(ΔΑΝΙΑ)(\d{8})'.
Trim: leaving with '^(ΔΑΝΙΑ)(\d{8})'.
pre_handle: leaving with '^(ΔΑΝΙΑ)(\d{8})$'.
regx_ : ^(ΔΑΝΙΑ)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(ΔΑΝΙΑ)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΔΑΝΙΑ31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΤΑΛΙΑ)(\d{11})'.
pre_handle: entering with '^(ΙΤΑΛΙΑ)(\d{11})'.
Trim: entering with '^(ΙΤΑΛΙΑ)(\d{11})'.
Trim: leaving with '^(ΙΤΑΛΙΑ)(\d{11})'.
pre_handle: leaving with '^(ΙΤΑΛΙΑ)(\d{11})$'.
regx_ : ^(ΙΤΑΛΙΑ)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(ΙΤΑΛΙΑ)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΤΑΛΙΑ31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(ΙΤΑΛΙΑ)(\d{11})'.
pre_handle: entering with '^(ΙΤΑΛΙΑ)(\d{11})'.
Trim: entering with '^(ΙΤΑΛΙΑ)(\d{11})'.
Trim: leaving with '^(ΙΤΑΛΙΑ)(\d{11})'.
pre_handle: leaving with '^(ΙΤΑΛΙΑ)(\d{11})$'.
regx_ : ^(ΙΤΑΛΙΑ)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(ΙΤΑΛΙΑ)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΙΤΑΛΙΑ31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
pre_handle: entering with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
Trim: entering with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
Trim: leaving with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
pre_handle: leaving with '^(ΜΑΛΤΑ)([1-9]\d{7})$'.
regx_ : ^(ΜΑΛΤΑ)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(ΜΑΛΤΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΜΑΛΤΑ61652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
pre_handle: entering with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
Trim: entering with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
Trim: leaving with '^(ΜΑΛΤΑ)([1-9]\d{7})'.
pre_handle: leaving with '^(ΜΑΛΤΑ)([1-9]\d{7})$'.
regx_ : ^(ΜΑΛΤΑ)([1-9]\d{7})$
structure :
Seq(2)
  Group(0)
    Text(ΜΑΛΤΑ)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΜΑΛΤΑ61652112'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(\d{12})'.
pre_handle: entering with '^(ΗΒ)(\d{12})'.
Trim: entering with '^(ΗΒ)(\d{12})'.
Trim: leaving with '^(ΗΒ)(\d{12})'.
pre_handle: leaving with '^(ΗΒ)(\d{12})$'.
regx_ : ^(ΗΒ)(\d{12})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Repeat[12, 12]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒ316521120614'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(\d{12})'.
pre_handle: entering with '^(ΗΒ)(\d{12})'.
Trim: entering with '^(ΗΒ)(\d{12})'.
Trim: leaving with '^(ΗΒ)(\d{12})'.
pre_handle: leaving with '^(ΗΒ)(\d{12})$'.
regx_ : ^(ΗΒ)(\d{12})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Repeat[12, 12]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒ316521120614'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(GD\d{3})'.
pre_handle: entering with '^(ΗΒ)(GD\d{3})'.
Trim: entering with '^(ΗΒ)(GD\d{3})'.
Trim: leaving with '^(ΗΒ)(GD\d{3})'.
pre_handle: leaving with '^(ΗΒ)(GD\d{3})$'.
regx_ : ^(ΗΒ)(GD\d{3})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Seq(2)
      Text(GD)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒGD316'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(GD\d{3})'.
pre_handle: entering with '^(ΗΒ)(GD\d{3})'.
Trim: entering with '^(ΗΒ)(GD\d{3})'.
Trim: leaving with '^(ΗΒ)(GD\d{3})'.
pre_handle: leaving with '^(ΗΒ)(GD\d{3})$'.
regx_ : ^(ΗΒ)(GD\d{3})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Seq(2)
      Text(GD)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒGD316'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(HA\d{3})'.
pre_handle: entering with '^(ΗΒ)(HA\d{3})'.
Trim: entering with '^(ΗΒ)(HA\d{3})'.
Trim: leaving with '^(ΗΒ)(HA\d{3})'.
pre_handle: leaving with '^(ΗΒ)(HA\d{3})$'.
regx_ : ^(ΗΒ)(HA\d{3})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Seq(2)
      Text(HA)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒHA316'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(HA\d{3})'.
pre_handle: entering with '^(ΗΒ)(HA\d{3})'.
Trim: entering with '^(ΗΒ)(HA\d{3})'.
Trim: leaving with '^(ΗΒ)(HA\d{3})'.
pre_handle: leaving with '^(ΗΒ)(HA\d{3})$'.
regx_ : ^(ΗΒ)(HA\d{3})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Seq(2)
      Text(HA)
      Repeat[3, 3]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒHA316'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(\d{9})'.
pre_handle: entering with '^(ΗΒ)(\d{9})'.
Trim: entering with '^(ΗΒ)(\d{9})'.
Trim: leaving with '^(ΗΒ)(\d{9})'.
pre_handle: leaving with '^(ΗΒ)(\d{9})$'.
regx_ : ^(ΗΒ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(ΗΒ)(\d{9})'.
pre_handle: entering with '^(ΗΒ)(\d{9})'.
Trim: entering with '^(ΗΒ)(\d{9})'.
Trim: leaving with '^(ΗΒ)(\d{9})'.
pre_handle: leaving with '^(ΗΒ)(\d{9})$'.
regx_ : ^(ΗΒ)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(ΗΒ)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'ΗΒ316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(LT)(\d{9}|\d{12})'.
pre_handle: entering with '^(LT)(\d{9}|\d{12})'.
Trim: entering with '^(LT)(\d{9}|\d{12})'.
Trim: leaving with '^(LT)(\d{9}|\d{12})'.
pre_handle: leaving with '^(LT)(\d{9}|\d{12})$'.
regx_ : ^(LT)(\d{9}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(LT)
  Group(1)
    Select(2)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LT165211206141'.
regxstring_generate_random_strings_from_regex: entering with '^(LT)(\d{9}|\d{12})'.
pre_handle: entering with '^(LT)(\d{9}|\d{12})'.
Trim: entering with '^(LT)(\d{9}|\d{12})'.
Trim: leaving with '^(LT)(\d{9}|\d{12})'.
pre_handle: leaving with '^(LT)(\d{9}|\d{12})$'.
regx_ : ^(LT)(\d{9}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(LT)
  Group(1)
    Select(2)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LT165211206141'.
regxstring_generate_random_strings_from_regex: entering with '^(LU)(\d{8})'.
pre_handle: entering with '^(LU)(\d{8})'.
Trim: entering with '^(LU)(\d{8})'.
Trim: leaving with '^(LU)(\d{8})'.
pre_handle: leaving with '^(LU)(\d{8})$'.
regx_ : ^(LU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(LU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LU31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(LU)(\d{8})'.
pre_handle: entering with '^(LU)(\d{8})'.
Trim: entering with '^(LU)(\d{8})'.
Trim: leaving with '^(LU)(\d{8})'.
pre_handle: leaving with '^(LU)(\d{8})$'.
regx_ : ^(LU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(LU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'LU31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d{11})'.
pre_handle: entering with '^(FR)(\d{11})'.
Trim: entering with '^(FR)(\d{11})'.
Trim: leaving with '^(FR)(\d{11})'.
pre_handle: leaving with '^(FR)(\d{11})$'.
regx_ : ^(FR)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d{11})'.
pre_handle: entering with '^(FR)(\d{11})'.
Trim: entering with '^(FR)(\d{11})'.
Trim: leaving with '^(FR)(\d{11})'.
pre_handle: leaving with '^(FR)(\d{11})$'.
regx_ : ^(FR)(\d{11})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Repeat[11, 11]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR31652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]\d{10})$'.
regx_ : ^(FR)([A-HJ-NP-Z]\d{10})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRT1652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]\d{10})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]\d{10})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]\d{10})$'.
regx_ : ^(FR)([A-HJ-NP-Z]\d{10})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRT1652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})$'.
regx_ : ^(FR)(\d[A-HJ-NP-Z]\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR1V652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: entering with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
Trim: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})'.
pre_handle: leaving with '^(FR)(\d[A-HJ-NP-Z]\d{9})$'.
regx_ : ^(FR)(\d[A-HJ-NP-Z]\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(3)
      Charset(INCLUDE, 0123456789)
      Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FR1V652112061'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})$'.
regx_ : ^(FR)([A-HJ-NP-Z]{2}\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Repeat[2, 2]
        Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRVK521120614'.
regxstring_generate_random_strings_from_regex: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: entering with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
Trim: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})'.
pre_handle: leaving with '^(FR)([A-HJ-NP-Z]{2}\d{9})$'.
regx_ : ^(FR)([A-HJ-NP-Z]{2}\d{9})$
structure :
Seq(2)
  Group(0)
    Text(FR)
  Group(1)
    Seq(2)
      Repeat[2, 2]
        Charset(INCLUDE, ABCDEFGHJKLMNPQRSTUVWXYZ)
      Repeat[9, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'FRVK521120614'.
regxstring_generate_random_strings_from_regex: entering with '^(RO)([1-9]\d{1,9})'.
pre_handle: entering with '^(RO)([1-9]\d{1,9})'.
Trim: entering with '^(RO)([1-9]\d{1,9})'.
Trim: leaving with '^(RO)([1-9]\d{1,9})'.
pre_handle: leaving with '^(RO)([1-9]\d{1,9})$'.
regx_ : ^(RO)([1-9]\d{1,9})$
structure :
Seq(2)
  Group(0)
    Text(RO)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[1, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RO616'.
regxstring_generate_random_strings_from_regex: entering with '^(RO)([1-9]\d{1,9})'.
pre_handle: entering with '^(RO)([1-9]\d{1,9})'.
Trim: entering with '^(RO)([1-9]\d{1,9})'.
Trim: leaving with '^(RO)([1-9]\d{1,9})'.
pre_handle: leaving with '^(RO)([1-9]\d{1,9})$'.
regx_ : ^(RO)([1-9]\d{1,9})$
structure :
Seq(2)
  Group(0)
    Text(RO)
  Group(1)
    Seq(2)
      Charset(INCLUDE, 123456789)
      Repeat[1, 9]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RO616'.
regxstring_generate_random_strings_from_regex: entering with '^(EE)(10\d{7})'.
pre_handle: entering with '^(EE)(10\d{7})'.
Trim: entering with '^(EE)(10\d{7})'.
Trim: leaving with '^(EE)(10\d{7})'.
pre_handle: leaving with '^(EE)(10\d{7})$'.
regx_ : ^(EE)(10\d{7})$
structure :
Seq(2)
  Group(0)
    Text(EE)
  Group(1)
    Seq(2)
      Text(10)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EE103165211'.
regxstring_generate_random_strings_from_regex: entering with '^(EE)(10\d{7})'.
pre_handle: entering with '^(EE)(10\d{7})'.
Trim: entering with '^(EE)(10\d{7})'.
Trim: leaving with '^(EE)(10\d{7})'.
pre_handle: leaving with '^(EE)(10\d{7})$'.
regx_ : ^(EE)(10\d{7})$
structure :
Seq(2)
  Group(0)
    Text(EE)
  Group(1)
    Seq(2)
      Text(10)
      Repeat[7, 7]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'EE103165211'.
regxstring_generate_random_strings_from_regex: entering with '^(RU)(\d{10}|\d{12})'.
pre_handle: entering with '^(RU)(\d{10}|\d{12})'.
Trim: entering with '^(RU)(\d{10}|\d{12})'.
Trim: leaving with '^(RU)(\d{10}|\d{12})'.
pre_handle: leaving with '^(RU)(\d{10}|\d{12})$'.
regx_ : ^(RU)(\d{10}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(RU)
  Group(1)
    Select(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RU165211206141'.
regxstring_generate_random_strings_from_regex: entering with '^(RU)(\d{10}|\d{12})'.
pre_handle: entering with '^(RU)(\d{10}|\d{12})'.
Trim: entering with '^(RU)(\d{10}|\d{12})'.
Trim: leaving with '^(RU)(\d{10}|\d{12})'.
pre_handle: leaving with '^(RU)(\d{10}|\d{12})$'.
regx_ : ^(RU)(\d{10}|\d{12})$
structure :
Seq(2)
  Group(0)
    Text(RU)
  Group(1)
    Select(2)
      Repeat[10, 10]
        Charset(INCLUDE, 0123456789)
      Repeat[12, 12]
        Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'RU165211206141'.
regxstring_generate_random_strings_from_regex: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?$'.
regx_ : ^(CHE)(\d{9})(MWST|TVA|IVA)?$
structure :
Seq(3)
  Group(0)
    Text(CHE)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Select(3)
        Text(MWST)
        Text(TVA)
        Text(IVA)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CHE316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: entering with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
Trim: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?'.
pre_handle: leaving with '^(CHE)(\d{9})(MWST|TVA|IVA)?$'.
regx_ : ^(CHE)(\d{9})(MWST|TVA|IVA)?$
structure :
Seq(3)
  Group(0)
    Text(CHE)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
  Repeat[0, 1]
    Group(2)
      Select(3)
        Text(MWST)
        Text(TVA)
        Text(IVA)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'CHE316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(HU)(\d{8})'.
pre_handle: entering with '^(HU)(\d{8})'.
Trim: entering with '^(HU)(\d{8})'.
Trim: leaving with '^(HU)(\d{8})'.
pre_handle: leaving with '^(HU)(\d{8})$'.
regx_ : ^(HU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(HU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'HU31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(HU)(\d{8})'.
pre_handle: entering with '^(HU)(\d{8})'.
Trim: entering with '^(HU)(\d{8})'.
Trim: leaving with '^(HU)(\d{8})'.
pre_handle: leaving with '^(HU)(\d{8})$'.
regx_ : ^(HU)(\d{8})$
structure :
Seq(2)
  Group(0)
    Text(HU)
  Group(1)
    Repeat[8, 8]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'HU31652112'.
regxstring_generate_random_strings_from_regex: entering with '^(PT)(\d{9})'.
pre_handle: entering with '^(PT)(\d{9})'.
Trim: entering with '^(PT)(\d{9})'.
Trim: leaving with '^(PT)(\d{9})'.
pre_handle: leaving with '^(PT)(\d{9})$'.
regx_ : ^(PT)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(PT)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'PT316521120'.
regxstring_generate_random_strings_from_regex: entering with '^(PT)(\d{9})'.
pre_handle: entering with '^(PT)(\d{9})'.
Trim: entering with '^(PT)(\d{9})'.
Trim: leaving with '^(PT)(\d{9})'.
pre_handle: leaving with '^(PT)(\d{9})$'.
regx_ : ^(PT)(\d{9})$
structure :
Seq(2)
  Group(0)
    Text(PT)
  Group(1)
    Repeat[9, 9]
      Charset(INCLUDE, 0123456789)
regxstring_generate_random_strings_from_regex: leaving with 1st string as 'PT316521120'.
t/200-generate_random_strings-with-utf8.t .. ok
regxstring_generate_random_strings_from_regex: entering with '^([A-Z]|[0-9]){10}\d{5}xxx(\d{3})?'.
pre_handle: entering with '^([A-Z]|[0-9]){10}\d{5}xxx(\d{3})?'.
Trim: entering with '^([A-Z]|[0-9]){10}\d{5}xxx(\d{3})?'.
Trim: leaving with '^([A-Z]|[0-9]){10}\d{5}xxx(\d{3})?'.
pre_handle: leaving with '^([A-Z]|[0-9]){10}\d{5}xxx(\d{3})?$'.
regxstring_generate_random_strings_from_regex: leaving with 1st string as '1JP2A47G5762175xxx'.
# 1JP2A47G5762175xxx
# HLMY7V047808982xxx738
# C6IS01V4MV24947xxx
t/900-pod-examples.t ....................... ok
t/manifest.t ............................... skipped: Author tests not required for installation
t/pod-coverage.t ........................... skipped: Author tests not required for installation
t/pod.t .................................... skipped: Author tests not required for installation
All tests successful.
Files=9, Tests=1065,  1 wallclock secs ( 0.23 usr  0.12 sys +  1.29 cusr  0.24 csys =  1.88 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    perl                5.016 5.036003

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.64    
    Test2::Plugin::UTF8 0     1.302209
    Test::More          0     1.302209

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.64    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = C.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd15.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2025030219/Test-Simple-1.302209-0/blib/arch:/home/cpansand/.cpan/build/2025030219/Test-Simple-1.302209-0/blib/lib:/home/cpansand/.cpan/build/2025030219/Term-Table-0.024-0/blib/arch:/home/cpansand/.cpan/build/2025030219/Term-Table-0.024-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 96311
    PERL5_CPAN_IS_RUNNING = 96311
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 96165,96311
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025030219/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2025030219

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/local/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.33    
    CPAN::Meta          2.150010
    Cwd                 3.84    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.84    
    JSON                n/a     
    JSON::PP            4.07    
    Module::Build       n/a     
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302209
    YAML                n/a     
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 36 subversion 3) configuration:
   
  Platform:
    osname=freebsd
    osvers=15.0-current
    archname=amd64-freebsd-thread-multi
    uname='freebsd main-amd64-default-job-03 15.0-current freebsd 15.0-current 1500028 amd64 '
    config_args='-Accflags=-DUSE_THREAD_SAFE_LOCALE -Darchlib=/usr/local/lib/perl5/5.36/mach -Dcc=cc -Dcf_by=mat -Dcf_email=mat@FreeBSD.org -Dcf_time=Wed Nov 29 16:10:26 UTC 2023 -Dinc_version_list=none -Dlibperl=libperl.so.5.36.3 -Dman1dir=/usr/local/lib/perl5/5.36/perl/man/man1 -Dman3dir=/usr/local/lib/perl5/5.36/perl/man/man3 -Dprefix=/usr/local -Dprivlib=/usr/local/lib/perl5/5.36 -Dscriptdir=/usr/local/bin -Dsitearch=/usr/local/lib/perl5/site_perl/mach/5.36 -Dsitelib=/usr/local/lib/perl5/site_perl -Dsiteman1dir=/usr/local/lib/perl5/site_perl/man/man1 -Dsiteman3dir=/usr/local/lib/perl5/site_perl/man/man3 -Dusenm=n -Duseshrplib -sde -Ui_iconv -Ui_malloc -Uinstallusrbinperl -Alddlflags=-L/wrkdirs/usr/ports/lang/perl5.36/work/perl-5.36.3 -L/usr/local/lib/perl5/5.36/mach/CORE -lperl -Dshrpldflags=$(LDDLFLAGS:N-L/wrkdirs/usr/ports/lang/perl5.36/work/perl-5.36.3:N-L/usr/local/lib/perl5/5.36/mach/CORE:N-lperl) -Wl,-soname,$(LIBPERL:R) -Doptimize=-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -Dusedtrace -Ui_gdbm -Dusemultiplicity=y -Duse64bitint -Dusemymalloc=n -Dusethreads=y'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='FreeBSD Clang 19.1.4 (https://github.com/llvm/llvm-project.git llvmorg-19.1.4-0-gaadaa00de76e)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-pthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/19/lib
    libs=-ldl -lm -lcrypt -lutil
    perllibs=-ldl -lm -lcrypt -lutil
    libc=
    so=so
    useshrplib=true
    libperl=libperl.so.5.36.3
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='  -Wl,-R/usr/local/lib/perl5/5.36/mach/CORE'
    cccdlflags='-DPIC -fPIC'
    lddlflags='-shared  -L/usr/local/lib/perl5/5.36/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
    USE_THREAD_SAFE_LOCALE
  Built under freebsd
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2025030219/Test-Simple-1.302209-0/blib/arch:/home/cpansand/.cpan/build/2025030219/Test-Simple-1.302209-0/blib/lib:/home/cpansand/.cpan/build/2025030219/Term-Table-0.024-0/blib/arch:/home/cpansand/.cpan/build/2025030219/Term-Table-0.024-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="96311"
    PERL5_CPAN_IS_RUNNING="96311"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="96165,96311"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025030219/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.cpan/build/2025030219/Test-Simple-1.302209-0/blib/arch
    /home/cpansand/.cpan/build/2025030219/Test-Simple-1.302209-0/blib/lib
    /home/cpansand/.cpan/build/2025030219/Term-Table-0.024-0/blib/arch
    /home/cpansand/.cpan/build/2025030219/Term-Table-0.024-0/blib/lib
    /usr/local/lib/perl5/site_perl/mach/5.36
    /usr/local/lib/perl5/site_perl
    /usr/local/lib/perl5/5.36/mach
    /usr/local/lib/perl5/5.36
    .