Regular Expressions 101

Save & Share

  • Regex Version: ver. 2
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/

Test String

Code Generator

Generated Code

$re = '/(https:\/\/transfer\.sh\/.*\/.*)/'; $str = 'travis_fold:start:step_start_instance Starting instance ✓ selected image "travis-ci-garnet-trusty-1512502259-986baf0" ✓ rendered startup script ✓ inserted instance • sleeping 5s before checking instance insert • polling for instance insert completion... ✓ instance is ready (6.705s) travis_fold:end:step_start_instance travis_fold:start:step_upload_script Uploading script • waiting for ssh connectivity............ ✓ ssh connectivity established (19.532s) ✓ uploaded script travis_fold:end:step_upload_script travis_fold:start:worker_info Worker information hostname: 63e714b2-ab45-4f85-92fb-bdfcd32f7d81@1.production-1-worker-org-gce-7j9f version: v4.1.2 https://github.com/travis-ci/worker/tree/91246b057ccd93649046771f29221f839c19a7d3 instance: travis-job-9d0382a0-0ec7-4947-93f4-9147ac5686b0 travis-ci-garnet-trusty-1512502259-986baf0 (via amqp) startup: 6.705245298s travis_fold:end:worker_info travis_fold:start:system_info Build system information Build language: python Build group: stable Build dist: trusty Build id: 433098086 Job id: 433098087 Runtime kernel version: 4.4.0-101-generic travis-build version: 31bf4c75b Build image provisioning date and time Tue Dec 5 19:58:13 UTC 2017 Operating System Details Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty Cookbooks Version 7c2c6a6 https://github.com/travis-ci/travis-cookbooks/tree/7c2c6a6 git version git version 2.15.1 bash version GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu) gcc version gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. docker version Client: Version: 17.09.0-ce API version: 1.32 Go version: go1.8.3 Git commit: afdb6d4 Built: Tue Sep 26 22:42:38 2017 OS/Arch: linux/amd64 Server: Version: 17.09.0-ce API version: 1.32 (minimum version 1.12) Go version: go1.8.3 Git commit: afdb6d4 Built: Tue Sep 26 22:41:20 2017 OS/Arch: linux/amd64 Experimental: false clang version clang version 5.0.0 (tags/RELEASE_500/final) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/local/clang-5.0.0/bin jq version jq-1.5 bats version Bats 0.4.0 shellcheck version 0.4.6 shfmt version v2.0.0 ccache version ccache version 3.1.9 Copyright (C) 2002-2007 Andrew Tridgell Copyright (C) 2009-2011 Joel Rosdahl This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. cmake version cmake version 3.9.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). heroku version heroku-cli/6.14.39-addc925 (linux-x64) node-v9.2.0 imagemagick version Version: ImageMagick 6.7.7-10 2017-07-31 Q16 http://www.imagemagick.org md5deep version 4.2 mercurial version Mercurial Distributed SCM (version 4.2.2) (see https://mercurial-scm.org for more information) Copyright (C) 2005-2017 Matt Mackall and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. mysql version mysql Ver 14.14 Distrib 5.6.33, for debian-linux-gnu (x86_64) using EditLine wrapper openssl version OpenSSL 1.0.1f 6 Jan 2014 packer version Packer v1.0.2 Your version of Packer is out of date! The latest version is 1.1.2. You can update by downloading from www.packer.io postgresql client version psql (PostgreSQL) 9.6.6 ragel version Ragel State Machine Compiler version 6.8 Feb 2013 Copyright (c) 2001-2009 by Adrian Thurston subversion version svn, version 1.8.8 (r1568071) compiled Aug 10 2017, 17:20:39 on x86_64-pc-linux-gnu Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles \'svn\' scheme * ra_local : Module for accessing a repository on local disk. - handles \'file\' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.3 - handles \'http\' scheme - handles \'https\' scheme sudo version Sudo version 1.8.9p5 Configure options: --prefix=/usr -v --with-all-insults --with-pam --with-fqdn --with-logging=syslog --with-logfac=authpriv --with-env-editor --with-editor=/usr/bin/editor --with-timeout=15 --with-password-timeout=0 --with-passprompt=[sudo] password for %p: --without-lecture --with-tty-tickets --disable-root-mailer --enable-admin-flag --with-sendmail=/usr/sbin/sendmail --with-timedir=/var/lib/sudo --mandir=/usr/share/man --libexecdir=/usr/lib/sudo --with-sssd --with-sssd-lib=/usr/lib/x86_64-linux-gnu --with-selinux Sudoers policy plugin version 1.8.9p5 Sudoers file grammar version 43 Sudoers path: /etc/sudoers Authentication methods: \'pam\' Syslog facility if syslog is being used for logging: authpriv Syslog priority to use when user authenticates successfully: notice Syslog priority to use when user authenticates unsuccessfully: alert Send mail if the user is not in sudoers Use a separate timestamp for each user/tty combo Lecture user the first time they run sudo Root may run sudo Allow some information gathering to give useful error messages Require fully-qualified hostnames in the sudoers file Visudo will honor the EDITOR environment variable Set the LOGNAME and USER environment variables Length at which to wrap log file lines (0 for no wrap): 80 Authentication timestamp timeout: 15.0 minutes Password prompt timeout: 0.0 minutes Number of tries to enter a password: 3 Umask to use or 0777 to use user\'s: 022 Path to mail program: /usr/sbin/sendmail Flags for mail program: -t Address to send mail to: root Subject line for mail messages: *** SECURITY information for %h *** Incorrect password message: Sorry, try again. Path to authentication timestamp dir: /var/lib/sudo Default password prompt: [sudo] password for %p: Default user to run commands as: root Value to override user\'s $PATH with: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin Path to the editor for use by visudo: /usr/bin/editor When to require a password for \'list\' pseudocommand: any When to require a password for \'verify\' pseudocommand: all File descriptors >= 3 will be closed before executing a command Environment variables to check for sanity: TZ TERM LINGUAS LC_* LANGUAGE LANG COLORTERM Environment variables to remove: RUBYOPT RUBYLIB PYTHONUSERBASE PYTHONINSPECT PYTHONPATH PYTHONHOME TMPPREFIX ZDOTDIR READNULLCMD NULLCMD FPATH PERL5DB PERL5OPT PERL5LIB PERLLIB PERLIO_DEBUG JAVA_TOOL_OPTIONS SHELLOPTS GLOBIGNORE PS4 BASH_ENV ENV TERMCAP TERMPATH TERMINFO_DIRS TERMINFO _RLD* LD_* PATH_LOCALE NLSPATH HOSTALIASES RES_OPTIONS LOCALDOMAIN CDPATH IFS Environment variables to preserve: JAVA_HOME TRAVIS CI DEBIAN_FRONTEND XAUTHORIZATION XAUTHORITY PS2 PS1 PATH LS_COLORS KRB5CCNAME HOSTNAME HOME DISPLAY COLORS Locale to use while parsing sudoers: C Directory in which to store input/output logs: /var/log/sudo-io File in which to store the input/output log: %{seq} Add an entry to the utmp/utmpx file when allocating a pty PAM service name to use PAM service name to use for login shells Create a new PAM session for the command to run in Maximum I/O log sequence number: 0 Local IP address and netmask pairs: 10.240.0.28/255.255.255.255 172.17.0.1/255.255.0.0 Sudoers I/O plugin version 1.8.9p5 gzip version gzip 1.6 Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1993 Jean-loup Gailly. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by Jean-loup Gailly. zip version Copyright (c) 1990-2008 Info-ZIP - Type \'zip "-L"\' for software license. This is Zip 3.0 (July 5th 2008), by Info-ZIP. Currently maintained by E. Gordon. Please send bug reports to the authors using the web page at www.info-zip.org; see README for details. Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip, as of above date; see http://www.info-zip.org/ for other sites. Compiled with gcc 4.8.2 for Unix (Linux ELF) on Oct 21 2013. Zip special compilation options: USE_EF_UT_TIME (store Universal Time) BZIP2_SUPPORT (bzip2 library version 1.0.6, 6-Sept-2010) bzip2 code and library copyright (c) Julian R Seward (See the bzip2 license for terms of use) SYMLINK_SUPPORT (symbolic links supported) LARGE_FILE_SUPPORT (can read and write large files on file system) ZIP64_SUPPORT (use Zip64 to store large files in archives) UNICODE_SUPPORT (store and read UTF-8 Unicode paths) STORE_UNIX_UIDs_GIDs (store UID/GID sizes/values using new extra field) UIDGID_NOT_16BIT (old Unix 16-bit UID/GID extra field not used) [encryption, version 2.91 of 05 Jan 2007] (modified for Zip 3) Encryption notice: The encryption code of this program is not copyrighted and is put in the public domain. It was originally written in Europe and, to the best of our knowledge, can be freely distributed in both source and object forms from any country, including the USA under License Exception TSU of the U.S. Export Administration Regulations (section 740.13(e)) of 6 June 2002. Zip environment options: ZIP: [none] ZIPOPT: [none] vim version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:43:18) Included patches: 1-52 Extra patches: 8.0.0056 Modified by pkg-vim-maintainers@lists.alioth.debian.org Compiled by buildd@ Huge version without GUI. Features included (+) or not (-): +acl +farsi +mouse_netterm +syntax +arabic +file_in_path +mouse_sgr +tag_binary +autocmd +find_in_path -mouse_sysmouse +tag_old_static -balloon_eval +float +mouse_urxvt -tag_any_white -browse +folding +mouse_xterm -tcl ++builtin_terms -footer +multi_byte +terminfo +byte_offset +fork() +multi_lang +termresponse +cindent +gettext -mzscheme +textobjects -clientserver -hangul_input +netbeans_intg +title -clipboard +iconv +path_extra -toolbar +cmdline_compl +insert_expand -perl +user_commands +cmdline_hist +jumplist +persistent_undo +vertsplit +cmdline_info +keymap +postscript +virtualedit +comments +langmap +printer +visual +conceal +libcall +profile +visualextra +cryptv +linebreak +python +viminfo +cscope +lispindent -python3 +vreplace +cursorbind +listcmds +quickfix +wildignore +cursorshape +localmap +reltime +wildmenu +dialog_con -lua +rightleft +windows +diff +menu -ruby +writebackup +digraphs +mksession +scrollbind -X11 -dnd +modify_fname +signs -xfontset -ebcdic +mouse +smartindent -xim +emacs_tags -mouseshape -sniff -xsmp +eval +mouse_dec +startuptime -xterm_clipboard +ex_extra +mouse_gpm +statusline -xterm_save +extra_search -mouse_jsbterm -sun_workshop -xpm system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: "$HOME/.exrc" fall-back for $VIM: "/usr/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 Linking: gcc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions iptables version iptables v1.4.21 curl version curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 wget version GNU Wget 1.15 built on linux-gnu. rsync version rsync version 3.1.0 protocol version 31 gimme version v1.2.0 nvm version 0.33.6 perlbrew version /home/travis/perl5/perlbrew/bin/perlbrew - App::perlbrew/0.80 phpenv version rbenv 1.1.1-25-g6aa70b6 rvm version rvm 1.29.3 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] default ruby version ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux] CouchDB version couchdb 1.6.1 ElasticSearch version 5.5.0 Installed Firefox version firefox 56.0.2 MongoDB version MongoDB 3.4.10 PhantomJS version 2.1.1 Pre-installed PostgreSQL versions 9.2.24 9.3.20 9.4.15 9.5.10 9.6.6 RabbitMQ Version 3.6.14 Redis version redis-server 4.0.6 riak version 2.2.3 Pre-installed Go versions 1.7.4 ant version Apache Ant(TM) version 1.9.3 compiled on April 8 2014 mvn version Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) Maven home: /usr/local/maven-3.5.2 Java version: 1.8.0_151, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-98-generic", arch: "amd64", family: "unix" gradle version ------------------------------------------------------------ Gradle 4.0.1 ------------------------------------------------------------ Build time: 2017-07-07 14:02:41 UTC Revision: 38e5dc0f772daecca1d2681885d3d85414eb6826 Groovy: 2.4.11 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM: 1.8.0_151 (Oracle Corporation 25.151-b12) OS: Linux 4.4.0-98-generic amd64 lein version Leiningen 2.8.1 on Java 1.8.0_151 Java HotSpot(TM) 64-Bit Server VM Pre-installed Node.js versions v4.8.6 v6.12.0 v6.12.1 v8.9 v8.9.1 phpenv versions system 5.6 * 5.6.32 (set by /home/travis/.phpenv/version) 7.0 7.0.25 7.1 7.1.11 hhvm hhvm-stable composer --version Composer version 1.5.2 2017-09-11 16:59:25 Pre-installed Ruby versions ruby-2.2.7 ruby-2.3.4 ruby-2.4.1 travis_fold:end:system_info  Network availability confirmed. Setting APT mirror in /etc/apt/sources.list: http://us-central1.gce.archive.ubuntu.com/ubuntu/ travis_fold:start:git.checkout travis_time:start:192b9a85 $ git clone --depth=50 https://github.com/SilleBille/test-travis.git SilleBille/test-travis Cloning into \'SilleBille/test-travis\'... remote: Enumerating objects: 26, done. remote: Counting objects: 3% (1/26)  remote: Counting objects: 7% (2/26)  remote: Counting objects: 11% (3/26)  remote: Counting objects: 15% (4/26)  remote: Counting objects: 19% (5/26)  remote: Counting objects: 23% (6/26)  remote: Counting objects: 26% (7/26)  remote: Counting objects: 30% (8/26)  remote: Counting objects: 34% (9/26)  remote: Counting objects: 38% (10/26)  remote: Counting objects: 42% (11/26)  remote: Counting objects: 46% (12/26)  remote: Counting objects: 50% (13/26)  remote: Counting objects: 53% (14/26)  remote: Counting objects: 57% (15/26)  remote: Counting objects: 61% (16/26)  remote: Counting objects: 65% (17/26)  remote: Counting objects: 69% (18/26)  remote: Counting objects: 73% (19/26)  remote: Counting objects: 76% (20/26)  remote: Counting objects: 80% (21/26)  remote: Counting objects: 84% (22/26)  remote: Counting objects: 88% (23/26)  remote: Counting objects: 92% (24/26)  remote: Counting objects: 96% (25/26)  remote: Counting objects: 100% (26/26)  remote: Counting objects: 100% (26/26), done. remote: Compressing objects: 5% (1/19)  remote: Compressing objects: 10% (2/19)  remote: Compressing objects: 15% (3/19)  remote: Compressing objects: 21% (4/19)  remote: Compressing objects: 26% (5/19)  remote: Compressing objects: 31% (6/19)  remote: Compressing objects: 36% (7/19)  remote: Compressing objects: 42% (8/19)  remote: Compressing objects: 47% (9/19)  remote: Compressing objects: 52% (10/19)  remote: Compressing objects: 57% (11/19)  remote: Compressing objects: 63% (12/19)  remote: Compressing objects: 68% (13/19)  remote: Compressing objects: 73% (14/19)  remote: Compressing objects: 78% (15/19)  remote: Compressing objects: 84% (16/19)  remote: Compressing objects: 89% (17/19)  remote: Compressing objects: 94% (18/19)  remote: Compressing objects: 100% (19/19)  remote: Compressing objects: 100% (19/19), done. remote: Total 26 (delta 6), reused 23 (delta 4), pack-reused 0 Unpacking objects: 3% (1/26) Unpacking objects: 7% (2/26) Unpacking objects: 11% (3/26) Unpacking objects: 15% (4/26) Unpacking objects: 19% (5/26) Unpacking objects: 23% (6/26) Unpacking objects: 26% (7/26) Unpacking objects: 30% (8/26) Unpacking objects: 34% (9/26) Unpacking objects: 38% (10/26) Unpacking objects: 42% (11/26) Unpacking objects: 46% (12/26) Unpacking objects: 50% (13/26) Unpacking objects: 53% (14/26) Unpacking objects: 57% (15/26) Unpacking objects: 61% (16/26) Unpacking objects: 65% (17/26) Unpacking objects: 69% (18/26) Unpacking objects: 73% (19/26) Unpacking objects: 76% (20/26) Unpacking objects: 80% (21/26) Unpacking objects: 84% (22/26) Unpacking objects: 88% (23/26) Unpacking objects: 92% (24/26) Unpacking objects: 96% (25/26) Unpacking objects: 100% (26/26) Unpacking objects: 100% (26/26), done. travis_time:end:192b9a85:start=1537901122909466652,finish=1537901123476945079,duration=567478427 $ cd SilleBille/test-travis travis_time:start:055eeb01 $ git fetch origin +refs/pull/11/merge: remote: Enumerating objects: 21, done. remote: Counting objects: 4% (1/21)  remote: Counting objects: 9% (2/21)  remote: Counting objects: 14% (3/21)  remote: Counting objects: 19% (4/21)  remote: Counting objects: 23% (5/21)  remote: Counting objects: 28% (6/21)  remote: Counting objects: 33% (7/21)  remote: Counting objects: 38% (8/21)  remote: Counting objects: 42% (9/21)  remote: Counting objects: 47% (10/21)  remote: Counting objects: 52% (11/21)  remote: Counting objects: 57% (12/21)  remote: Counting objects: 61% (13/21)  remote: Counting objects: 66% (14/21)  remote: Counting objects: 71% (15/21)  remote: Counting objects: 76% (16/21)  remote: Counting objects: 80% (17/21)  remote: Counting objects: 85% (18/21)  remote: Counting objects: 90% (19/21)  remote: Counting objects: 95% (20/21)  remote: Counting objects: 100% (21/21)  remote: Counting objects: 100% (21/21), done. remote: Compressing objects: 8% (1/12)  remote: Compressing objects: 16% (2/12)  remote: Compressing objects: 25% (3/12)  remote: Compressing objects: 33% (4/12)  remote: Compressing objects: 41% (5/12)  remote: Compressing objects: 50% (6/12)  remote: Compressing objects: 58% (7/12)  remote: Compressing objects: 66% (8/12)  remote: Compressing objects: 75% (9/12)  remote: Compressing objects: 83% (10/12)  remote: Compressing objects: 91% (11/12)  remote: Compressing objects: 100% (12/12)  remote: Compressing objects: 100% (12/12), done. remote: Total 18 (delta 7), reused 16 (delta 6), pack-reused 0 Unpacking objects: 5% (1/18) Unpacking objects: 11% (2/18) Unpacking objects: 16% (3/18) Unpacking objects: 22% (4/18) Unpacking objects: 27% (5/18) Unpacking objects: 33% (6/18) Unpacking objects: 38% (7/18) Unpacking objects: 44% (8/18) Unpacking objects: 50% (9/18) Unpacking objects: 55% (10/18) Unpacking objects: 61% (11/18) Unpacking objects: 66% (12/18) Unpacking objects: 72% (13/18) Unpacking objects: 77% (14/18) Unpacking objects: 83% (15/18) Unpacking objects: 88% (16/18) Unpacking objects: 94% (17/18) Unpacking objects: 100% (18/18) Unpacking objects: 100% (18/18), done. From https://github.com/SilleBille/test-travis * branch refs/pull/11/merge -> FETCH_HEAD travis_time:end:055eeb01:start=1537901123480817016,finish=1537901123872350932,duration=391533916 $ git checkout -qf FETCH_HEAD travis_fold:end:git.checkout  Setting environment variables from .travis.yml $ export TASK="Task1" travis_time:start:14bd0804 $ source ~/virtualenv/python2.7/bin/activate travis_time:end:14bd0804:start=1537901123882328477,finish=1537901123891924014,duration=9595537 travis_fold:start:cache.1 Setting up build cache $ export CASHER_DIR=${TRAVIS_HOME}/.casher travis_time:start:16d5e074 $ Installing caching utilities travis_time:end:16d5e074:start=1537901128543464146,finish=1537901128695850343,duration=152386197 travis_time:start:00e0e959  travis_time:end:00e0e959:start=1537901128702988516,finish=1537901128707201183,duration=4212667 travis_time:start:060654a9 attempting to download cache archive fetching PR.11/cache-linux-trusty-5c467cfbf24ba6f139723d9ca88f924f57c62fa3772700d1dd0faa81771b5340--python-2.7.tgz fetching PR.11/cache--python-2.7.tgz fetching master/cache-linux-trusty-5c467cfbf24ba6f139723d9ca88f924f57c62fa3772700d1dd0faa81771b5340--python-2.7.tgz found cache travis_time:end:060654a9:start=1537901128712560802,finish=1537901134289525147,duration=5576964345 travis_fold:end:cache.1 travis_fold:start:cache.pip  travis_time:start:18556383  travis_time:end:18556383:start=1537901134295561956,finish=1537901134300078308,duration=4516352 travis_time:start:0b20d824 adding /home/travis/.cache/pip to cache travis_time:end:0b20d824:start=1537901134305689743,finish=1537901136614353863,duration=2308664120 travis_fold:end:cache.pip $ python --version Python 2.7.14 $ pip --version pip 9.0.1 from /home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages (python 2.7) Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies. travis_time:start:0cfbd959 $ ./random_script.sh 1 From inside script https://transfer.sh/JKdZg/pkbuild.txt https://transfer.sh/nfs2l/var_log.tar https://transfer.sh/PsafD3/systemd_journal.txt travis_time:end:0cfbd959:start=1537901137500353223,finish=1537901137505255351,duration=4902128  The command "./random_script.sh 1" exited with 1. travis_fold:start:cache.2 store build cache travis_time:start:2bc73c43  travis_time:end:2bc73c43:start=1537901137510607609,finish=1537901137514890762,duration=4283153 travis_time:start:03a592cb nothing changed, not updating cache travis_time:end:03a592cb:start=1537901137520346594,finish=1537901138854264777,duration=1333918183 travis_fold:end:cache.2  Done. Your build exited with 1. '; preg_match($re, $str, $matches, PREG_OFFSET_CAPTURE, 0); // Print the entire match result var_dump($matches);

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php