Regular Expressions 101

Save & Share

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
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
  • Match everything enclosed
    (?:...)
  • Capture everything enclosed
    (...)
  • 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
No Match

r"
"

Test String

Code Generator

Generated Code

# coding=utf8 # the above tag defines encoding for this document and is for Python 2.x compatibility import re regex = r"(?<=<td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">)(.*?)(?=</td>)" test_str = ("<ac:layout> <ac:layout-section ac:type=\\\"two_right_sidebar\\\"> <ac:layout-cell> <hr /> <p> Release management process described on&nbsp; <ac:link> <ri:page ri:content-title=\\\"Release management\\\" /> <ac:plain-text-link-body> <![CDATA[Release Management]]> </ac:plain-text-link-body> </ac:link> page. </p> <h3>Related tools</h3> <table> <tbody> <tr> <th> <p><span style=\\\"color: rgb(0,0,0);\\\">Tool</span></p> </th> <th>Link</th> </tr> <tr> <td> <p>&nbsp;</p> <div> <p>RunDeck</p> </div> </td> <td> <div>Dev: &nbsp;<a href=\\\"https://r1dvap1036.1dc.com:14443/user/login\\\">https://r1dvap1036.1dc.com:14443/user/login</a></div> <div>NewArch: <a href=\\\"https://r3pvap1118.1dc.com:14443/user/login\\\" style=\\\"line-height: 1.42857;\\\">https://r3pvap1118.1dc.com:14443/user/login</a></div> <div>GIO :&nbsp;<a href=\\\"http://r1pvap1124.1dc.com:4440/user/login\\\">http://r1pvap1124.1dc.com:4440/user/login</a></div> </td> </tr> <tr> <td colspan=\\\"1\\\">Jenkins</td> <td colspan=\\\"1\\\"><a href=\\\"https://escmjenkins.1dc.com/\\\">https://escmjenkins.1dc.com</a></td> </tr> <tr> <td colspan=\\\"1\\\">Stash</td> <td colspan=\\\"1\\\"><a href=\\\"https://escmstash.1dc.com/\\\">https://escmstash.1dc.com</a></td> </tr> <tr> <td colspan=\\\"1\\\">Nexus</td> <td colspan=\\\"1\\\"><a href=\\\"http://s1qvap952.1dc.com:8081/nexus/index.html\\\">http://s1qvap952.1dc.com:8081/nexus/index.html</a></td> </tr> <tr> <td colspan=\\\"1\\\">Sonar</td> <td colspan=\\\"1\\\"><a href=\\\"https://sonarqube.1dc.com:8444/dashboard/index\\\" style=\\\"text-decoration: underline;\\\">https://sonarqube.1dc.com:8444/dashboard/index</a></td> </tr> <tr> <td colspan=\\\"1\\\">AppDynamics</td> <td colspan=\\\"1\\\"> <p class=\\\"p1\\\">DEV: <a href=\\\"https://dev.appd.1dc.com:8181/controller\\\">https://dev.appd.1dc.com:8181/controller</a>&nbsp;</p> <p class=\\\"p1\\\">Omaha Prod: <a href=\\\"https://omaagents.appd.1dc.com:8181/controller/#/location=AD_HOME\\\">https://omaagents.appd.1dc.com:8181/controller/#/location=AD_HOME</a></p> <p class=\\\"p1\\\"><a href=\\\"https://r1pvtl1018.1dc.com:8181/controller\\\">https://r1pvtl1018.1dc.com:8181/controller</a></p> <p class=\\\"p1\\\">Chandler Prod: <a href=\\\"https://chdagents.appd.1dc.com:8181/controller/#/location=AD_HOME\\\">https://chdagents.appd.1dc.com:8181/controller/#/location=AD_HOME</a></p> <p class=\\\"p1\\\"><a href=\\\"https://r3pvtl1016.1dc.com:8181/controller\\\">https://r3pvtl1016.1dc.com:8181/controller</a></p> </td> </tr> <tr> <td colspan=\\\"1\\\">Splunk</td> <td colspan=\\\"1\\\"><a href=\\\"https://l3ppap1009.1dc.com:8000\\\">https://l3ppap1009.1dc.com:8000</a></td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <p> <ac:structured-macro ac:macro-id=\\\"b157d4f6-9ac6-481a-805b-15d1e6aad46b\\\" ac:name=\\\"toc\\\" ac:schema-version=\\\"1\\\" /> </p> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <p><strong>Versions</strong></p> </ac:layout-cell> <ac:layout-cell> <p><strong>URLs</strong></p> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <h3>DEV_SERVICES</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <h4>Deployed Services</h4> <table style=\\\"line-height: 1.42857;\\\"> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">3.0.10.86</td> <td colspan=\\\"1\\\">2016/06/15 7:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-client-proxy</td> <td colspan=\\\"1\\\">3.0.10.53</td> <td colspan=\\\"1\\\">2016/06/03 1:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fiws-proxy</td> <td colspan=\\\"1\\\">3.0.10.35</td> <td colspan=\\\"1\\\">2016/06/03 11:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fdsm-ocs-proxy</td> <td colspan=\\\"1\\\">3.0.10.2</td> <td colspan=\\\"1\\\">2016/06/20 12:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.3.10</td> <td colspan=\\\"1\\\">2016/06/20 4:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-persistence</td> <td colspan=\\\"1\\\">1.0.9</td> <td colspan=\\\"1\\\">2016/04/25 11:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">1.2</td> <td colspan=\\\"1\\\">2016/04/27 11:00am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-maint-2</td> <td colspan=\\\"1\\\">2.12</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-3</td> <td colspan=\\\"1\\\">3.2.9</td> <td colspan=\\\"1\\\">2016/06/08 4:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-4</td> <td colspan=\\\"1\\\">4.12</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-core-2</td> <td colspan=\\\"1\\\">2.9</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-fiws-services-2</td> <td colspan=\\\"1\\\">2.18</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos-1</td> <td colspan=\\\"1\\\">1.82</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig-2</td> <td colspan=\\\"1\\\">2.215</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-1</td> <td colspan=\\\"1\\\">1.69</td> <td colspan=\\\"1\\\">2016/06/08 11:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-2</td> <td colspan=\\\"1\\\">2.72</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-3</td> <td colspan=\\\"1\\\">3.213</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-4</td> <td colspan=\\\"1\\\">4.214</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services-2</td> <td colspan=\\\"1\\\">2.9</td> <td colspan=\\\"1\\\">2016/06/20 12:00pm</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-web</td> <td colspan=\\\"1\\\">2.0.10</td> <td colspan=\\\"1\\\">2016/06/17 8:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">1.0.0-SNAPSHOT</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-swagger-ui</td> <td colspan=\\\"1\\\">0.0.2</td> <td colspan=\\\"1\\\">2016/03/08 4:56pm</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>Services access</h4> <table> <tbody> <tr> <th> <p><strong>Service</strong></p> </th> <th>URL</th> </tr> <tr> <td> <p><strong>FDiNET</strong></p> <p><strong>NewArch UI</strong></p> </td> <td><a href=\\\"https://r1dvap1040.1dc.com:10443/fdinet/apps/admin/default.html\\\">https://r1dvap1040.1dc.com:10443/fdinet/apps/admin/default.html</a></td> </tr> <tr> <td colspan=\\\"1\\\"> <p><strong>FDiNET</strong></p> <p><strong>NewArch Client</strong></p> </td> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1040.1dc.com:10671/fdinet/apps/admin/default.html\\\">https://r1dvap1040.1dc.com:10671/fdinet/apps/admin/default.html</a></td> </tr> <tr> <td colspan=\\\"1\\\"> <p><strong>FDiNET</strong></p> <p><strong>FIWS</strong></p> </td> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1040.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1dvap1040.1dc.com:10670/fdinet/apps/admin/default.html</a></td> </tr> <tr> <td colspan=\\\"1\\\"><strong>FDiNet FDSM OCS</strong></td> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1040.1dc.com:10672/fdinet/apps/admin/default.html\\\">https://r1dvap1040.1dc.com:10672/fdinet/apps/admin/default.html</a></td> </tr> <tr> <td colspan=\\\"1\\\"> <p><strong>ELK</strong></p> </td> <td colspan=\\\"1\\\"><a href=\\\"http://r1dvap1041.1dc.com:10668/\\\">http://r1dvap1041.1dc.com:10668/</a></td> </tr> <tr> <td colspan=\\\"1\\\"> <p><strong>FS UI #1</strong></p> </td> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1040.1dc.com:10444/solutionBuilder\\\">https://r1dvap1040.1dc.com:10444/solutionBuilder</a></td> </tr> <tr> <td> <p><strong>FS UI #2</strong></p> </td> <td><a href=\\\"https://r1dvap1041.1dc.com:10444/solutionBuilder\\\">https://r1dvap1041.1dc.com:10444/solutionBuilder</a></td> </tr> <tr> <td colspan=\\\"1\\\"> <p><strong>FS SWAGGER UI</strong></p> </td> <td colspan=\\\"1\\\"> <p><a href=\\\"https://r1dvap1040.1dc.com:10665/swagger/\\\">https://r1dvap1040.1dc.com:10665/swagger/</a></p> <p><a href=\\\"https://r1dvap1041.1dc.com:10665/swagger/\\\">https://r1dvap1041.1dc.com:10665/swagger/</a></p> </td> </tr> </tbody> </table> <table> <tbody> <tr style=\\\"text-align: left;\\\"><th style=\\\"text-align: left;\\\">Cassandra Nodes</th></tr><tr style=\\\"text-align: left;\\\"><td style=\\\"text-align: left;\\\"><a href=\\\"https://r1dvap1040.1dc.com:10690/\\\">r1dvap1040.1dc.com:10690</a></td></tr><tr style=\\\"text-align: left;\\\"> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1041.1dc.com:10690/\\\">r1dvap1041.1dc.com:10690</a></td> </tr> </tbody> </table> <h4>Monit</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"http://r1dvap1040.1dc.com:10669\\\">http://r1dvap1040.1dc.com:10669</a></p> <p><a href=\\\"http://r1dvap1041.1dc.com:10669/\\\">http://r1dvap1041.1dc.com:10669</a><span>&nbsp;</span><span>&nbsp;</span></p> </td> <td>view</td> <td>view</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <p>&nbsp;</p> <hr style=\\\"line-height: 1.42857;\\\" /> <hr /> <h3>DEV_UI</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <table style=\\\"line-height: 1.42857;\\\"> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fs-messaging</td> <td colspan=\\\"1\\\">1.0.1</td> <td colspan=\\\"1\\\">2016/02/18 2:45pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">3.0.10.85</td> <td colspan=\\\"1\\\">2016/06/13 3:45pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.3.8</td> <td colspan=\\\"1\\\">2016/06/14 11:45am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-persistence</td> <td colspan=\\\"1\\\">1.0.9</td> <td colspan=\\\"1\\\">2016/04/25 4:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">1.2</td> <td colspan=\\\"1\\\">2016/04/27 11:00am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-maint-2</td> <td colspan=\\\"1\\\">2.11</td> <td colspan=\\\"1\\\">2016/06/17 3:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-3</td> <td colspan=\\\"1\\\">3.2.9</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-4</td> <td colspan=\\\"1\\\">4.9</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-core-2</td> <td colspan=\\\"1\\\">2.6</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos-1</td> <td colspan=\\\"1\\\">1.79</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig-2</td> <td colspan=\\\"1\\\">2.213</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-1</td> <td colspan=\\\"1\\\">1.69</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-3</td> <td colspan=\\\"1\\\">3.211</td> <td colspan=\\\"1\\\">2016/06/13 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services-2</td> <td colspan=\\\"1\\\">2.7</td> <td colspan=\\\"1\\\">2016/06/10 4:30pm</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-web</td> <td colspan=\\\"1\\\">2.0.9</td> <td colspan=\\\"1\\\">2016/06/13 9:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">0.9.0-SNAPSHOT</td> <td colspan=\\\"1\\\">2016/04/07 11:55am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-swagger-ui</td> <td colspan=\\\"1\\\">0.0.2</td> <td colspan=\\\"1\\\">2016/03/08 4:56pm</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>FDiNET Cluster</h4> <table> <tbody> <tr> <th>Proxy</th> <th>URL</th> </tr> <tr> <td>NewArch</td> <td><a href=\\\"https://r1dvap1036.1dc.com/fdinet/apps/admin/default.html\\\">https://r1dvap1036.1dc.com/fdinet/apps/admin/default.html</a></td> </tr> </tbody> </table> <h4>ActiveMQ</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"https://r1dvap1034.1dc.com:10667/admin/\\\">https://r1dvap1034.1dc.com:10667/admin/</a></p> </td> <td>coresvcs</td> <td>test123</td> </tr> </tbody> </table> <h4>ELK Stack</h4> <table> <tbody> <tr> <th>Kibana URL</th> </tr> <tr> <td><a href=\\\"http://r1dvap1041.1dc.com:10668/\\\">http://r1dvap1041.1dc.com:10668/</a></td> </tr> </tbody> </table> <table> <tbody> <tr> <th>ElasticSearch/LogStash Nodes</th> </tr> <tr> <td>r1dvap1042.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r1dvap1043.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r1dvap1044.1dc.com</td> </tr> </tbody> </table> <h4>FS UI</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td> <p><a href=\\\"https://r1dvap1034.1dc.com:10444/solutionBuilder\\\">https://r1dvap1034.1dc.com:10444/solutionBuilder</a></p> <p><a href=\\\"https://r1dvap1036.1dc.com:10444/solutionBuilder\\\">https://r1dvap1036.1dc.com:10444/solutionBuilder</a></p> </td> </tr> </tbody> </table> <table> <tbody> <tr> <th>Cassandra Nodes</th> </tr> <tr> <td><a href=\\\"https://r1dvap1034.1dc.com:10690\\\">r1dvap1034.1dc.com:10690</a></td> </tr> <tr> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1036.1dc.com:10690/\\\">r1dvap1036.1dc.com:10690</a></td> </tr> </tbody> </table> <h4>Monit</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"http://r1dvap1034.1dc.com:10669/\\\">http://r1dvap1034.1dc.com:10669</a>&nbsp;&nbsp;</p> </td> <td>view</td> <td>view</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <p>&nbsp;</p> <hr style=\\\"line-height: 1.42857;\\\" /> <hr /> <h3>QA</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <table style=\\\"line-height: 1.42857;\\\"> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">3.0.10.85</td> <td colspan=\\\"1\\\">2016/06/13 4:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-client-proxy</td> <td colspan=\\\"1\\\"><span>3.0.10.53</span></td> <td colspan=\\\"1\\\"><span>2016/06/13 4:00pm</span></td> </tr> <tr> <td colspan=\\\"1\\\">fiws-proxy</td> <td colspan=\\\"1\\\">3.0.10.35</td> <td colspan=\\\"1\\\">2016/06/13 4:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.3.7</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-persistence</td> <td colspan=\\\"1\\\">1.0.9</td> <td colspan=\\\"1\\\">2016/04/26 10:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">1.2</td> <td colspan=\\\"1\\\">2016/04/27 11:00am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-maint-2</td> <td colspan=\\\"1\\\">2.11</td> <td colspan=\\\"1\\\">2016/06/17 3:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-3</td> <td colspan=\\\"1\\\">3.2.9</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-4</td> <td colspan=\\\"1\\\">4.9</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-core-2</td> <td colspan=\\\"1\\\">2.3</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-fiws-services-2</td> <td colspan=\\\"1\\\">2.16</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos-1</td> <td colspan=\\\"1\\\">1.79</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig-2</td> <td colspan=\\\"1\\\">2.213</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-1</td> <td colspan=\\\"1\\\">1.66</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-3</td> <td colspan=\\\"1\\\">3.211</td> <td colspan=\\\"1\\\">2016/06/14 9:30am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services-2</td> <td colspan=\\\"1\\\">2.7</td> <td colspan=\\\"1\\\">2016/06/13 8:30am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-web</td> <td colspan=\\\"1\\\">1.0.8</td> <td colspan=\\\"1\\\">2016/03/07 5:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">0.8.0-SNAPSHOT</td> <td colspan=\\\"1\\\">2016/04/08 10:52am</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>FDiNET Cluster</h4> <table> <tbody> <tr> <th>Proxy</th> <th>URL</th> </tr> <tr> <td>NewArch UI</td> <td> <p><a href=\\\"https://r1qvap1072.1dc.com:10443/fdinet/apps/admin/default.html\\\" style=\\\"text-decoration: underline;\\\">https://r1qvap1072.1dc.com:10443/fdinet/apps/admin/default.html</a></p> <p><a href=\\\"https://r1qvap1073.1dc.com:10443/fdinet/apps/admin/default.html\\\" style=\\\"text-decoration: underline;\\\">https://r1qvap1073.1dc.com:10443/fdinet/apps/admin/default.html</a></p> </td> </tr> <tr> <td colspan=\\\"1\\\">NewArch Client</td> <td colspan=\\\"1\\\"> <p><a href=\\\"https://r1qvap1072.1dc.com:10671/fdinet/apps/admin/default.html\\\">https://r1qvap1072.1dc.com:10671/fdinet/apps/admin/default.html</a></p> <p><a href=\\\"https://r1qvap1073.1dc.com:10671/fdinet/apps/admin/default.html\\\">https://r1qvap1073.1dc.com:10671/fdinet/apps/admin/default.html</a></p> </td> </tr> <tr> <td colspan=\\\"1\\\">FIWS</td> <td colspan=\\\"1\\\"> <p><a href=\\\"https://r1qvap1072.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1qvap1072.1dc.com:10670/fdinet/apps/admin/default.html</a></p> <p><a href=\\\"https://r1qvap1073.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1qvap1073.1dc.com:10670/fdinet/apps/admin/default.html</a></p> </td> </tr> </tbody> </table> <h4>ELK Stack</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"http://r1qvap1073.1dc.com:10667/\\\">http://r1qvap1073.1dc.com:10667/</a></td> </tr> </tbody> </table> <table> <tbody> <tr> <th>ElasticSearch/LogStash Nodes</th> </tr> <tr> <td>r1qvap1074.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r1qvap1075.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r1qvap1076.1dc.com</td> </tr> </tbody> </table> <h4>FS UI</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"https://r1qvap1072.1dc.com:10666\\\">https://r1qvap1072.1dc.com:10666</a></td> </tr> <tr> <td colspan=\\\"1\\\"><a href=\\\"https://r1qvap1073.1dc.com:10666/#/\\\">https://r1qvap1073.1dc.com:10666/</a></td> </tr> </tbody> </table> <table> <tbody> <tr> <th>Cassandra Nodes</th> </tr> <tr> <td><a href=\\\"https://r1qvap1072.1dc.com:10690/\\\">r1qvap1072.1dc.com:10690</a></td> </tr> </tbody> </table> <h4>Monit</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"http://r1qvap1072.1dc.com:10669/\\\">http://r1qvap1072.1dc.com:10669</a></p> <p><a href=\\\"http://r1qvap1073.1dc.com:10669/\\\">http://r1qvap1073.1dc.com:10669</a>&nbsp;&nbsp;</p> </td> <td>view</td> <td>view</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <p>&nbsp;</p> <hr /> <hr /> <h3>DEMO</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <table> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fs-messaging</td> <td colspan=\\\"1\\\">1.0.1</td> <td colspan=\\\"1\\\">2016/02/11 2:10pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">3.0.10.0</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.2.4</td> <td colspan=\\\"1\\\">2016/04/09 2:25pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-persistence</td> <td colspan=\\\"1\\\">1.0.9</td> <td colspan=\\\"1\\\">2016/04/26 11:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">1.2</td> <td colspan=\\\"1\\\">2016/04/27 11:00am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-maint-2</td> <td colspan=\\\"1\\\">2.6</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-3</td> <td colspan=\\\"1\\\">3.2.8</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-4</td> <td colspan=\\\"1\\\">4.7</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-core-2</td> <td colspan=\\\"1\\\">2.5</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos-1</td> <td colspan=\\\"1\\\">1.78</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig-2</td> <td colspan=\\\"1\\\">2.212</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-1</td> <td colspan=\\\"1\\\">1.68</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-3</td> <td colspan=\\\"1\\\">3.209</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services-1</td> <td colspan=\\\"1\\\">1.3.2</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services-2</td> <td colspan=\\\"1\\\">2.6</td> <td colspan=\\\"1\\\">2016/06/03 2:30pm</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">0.6.1</td> <td colspan=\\\"1\\\">2016/02/23 4:22pm</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>FDiNET Cluster</h4> <table> <tbody> <tr> <th>Proxy</th> <th>URL</th> </tr> <tr> <td>NewArch</td> <td><a href=\\\"https://r1dvap1037.1dc.com/fdinet/apps/admin/default.html\\\">https://r1dvap1037.1dc.com/fdinet/apps/admin/default.html</a></td> </tr> <tr> <td colspan=\\\"1\\\">FIWS</td> <td colspan=\\\"1\\\"><a href=\\\"https://r1dvap1037.1dc.com/fdinet/apps/admin/default.html\\\">https://r1dvap1037.1dc.com/fdinet/apps/admin/default.html</a></td> </tr> </tbody> </table> <h4>ActiveMQ</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"https://r1dvap1035.1dc.com:10667/admin/\\\">https://r1dvap1035.1dc.com:10667/admin/</a></p> </td> <td>coresvcs</td> <td>test123</td> </tr> </tbody> </table> <h4>ELK Stack</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td>&nbsp;</td> </tr> </tbody> </table> <h4>FS UI</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"https://r1dvap1037.1dc.com:10666\\\">https://r1dvap1037.1dc.com:10666</a></td> </tr> </tbody> </table> <table> <tbody><tr style=\\\"text-align: left;\\\"><th style=\\\"text-align: left;\\\">Cassandra Nodes</th></tr><tr style=\\\"text-align: left;\\\"><td style=\\\"text-align: left;\\\"><a href=\\\"https://r1dvap1037.1dc.com:10690/\\\">r1dvap1037.1dc.com:10690</a></td></tr></tbody> </table> <h4>Monit</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"http://r1dvap1035.1dc.com:10669/\\\">http://r1dvap1035.1dc.com:10669</a>&nbsp;&nbsp;</p> </td> <td>view</td> <td>view</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <p>&nbsp;</p> <hr /> <hr /> <h3>PERF</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <table> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fiws-proxy</td> <td colspan=\\\"1\\\">3.0.6.3</td> <td colspan=\\\"1\\\">2016/05/04 2:45pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">3.0.6.4</td> <td colspan=\\\"1\\\">2016/05/04 2:45pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-client-proxy</td> <td colspan=\\\"1\\\">3.0.6.3</td> <td colspan=\\\"1\\\">2016/05/04 2:45pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.2.7</td> <td colspan=\\\"1\\\">2016/02/17 7:43am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-persistence</td> <td colspan=\\\"1\\\">1.0.9</td> <td colspan=\\\"1\\\">2016/04/26 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">1.2</td> <td colspan=\\\"1\\\">2016/04/27 11:00am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-maint-2</td> <td colspan=\\\"1\\\">2.2.0</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-2</td> <td colspan=\\\"1\\\">2.0.4.3</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-3</td> <td colspan=\\\"1\\\">3.2.2</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-core-2</td> <td colspan=\\\"1\\\">2.1.1</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-fiws-services-2</td> <td colspan=\\\"1\\\">2.2.0</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos-1</td> <td colspan=\\\"1\\\">1.3.3</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig-2</td> <td colspan=\\\"1\\\">2.2.3</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-1</td> <td colspan=\\\"1\\\">1.3.3</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-2</td> <td colspan=\\\"1\\\">2.2.0</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services-1</td> <td colspan=\\\"1\\\">1.3.1</td> <td colspan=\\\"1\\\">2016/05/02 10:00am</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>FDiNET Console</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"https://cat-t2.auth.fdinet.1dc.com/apps/admin/default.html\\\">https://cat-t2.auth.fdinet.1dc.com/apps/admin/default.html</a></td> </tr> </tbody> </table> <h4>FDiNET Cluster</h4> <table> <tbody> <tr> <th>Proxy</th> <th>URL</th> </tr> <tr> <td>NewArch</td> <td> <p><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r1tvap1004.1dc.com:10443/fdinet/apps/admin/default.html\\\">https://r1tvap1004.1dc.com:10443/fdinet/apps/admin/default.html</a></span></p> <p><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r1tvap1005.1dc.com:10443/fdinet/apps/admin/default.html\\\">https://r1tvap1005.1dc.com:10443/fdinet/apps/admin/default.html</a></span></p> </td> </tr> <tr> <td colspan=\\\"1\\\">FIWS</td> <td colspan=\\\"1\\\"> <p><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r1tvap1004.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1tvap1004.1dc.com:10670/fdinet/apps/admin/default.html</a></span></p> <p><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r1tvap1005.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1tvap1005.1dc.com:10670/fdinet/apps/admin/default.html</a></span></p> </td> </tr> </tbody> </table> <h4>ELK Stack</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td>&nbsp;</td> </tr> </tbody> </table> <h4>FS UI</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td>&nbsp;</td> </tr> </tbody> </table> <h4>Datapower</h4> <table> <tbody> <tr> <th>Service</th> <th>URL</th> </tr> <tr> <td>Loan Detail</td> <td><a href=\\\"https://x1cpir1007-int1.1dc.com:8452/orws/getLoanDetails\\\">https://x1cpir1007-int1.1dc.com:8452/orws/getLoanDetails</a></td> </tr> </tbody> </table> <table> <tbody> <tr> <th>Cassandra Nodes</th> </tr> <tr> <td><a href=\\\"https://r1tvap1004.1dc.com:10690/\\\">r1tvap1004.1dc.com:10690</a></td> </tr> <tr> <td colspan=\\\"1\\\"><a href=\\\"https://confluence.1dc.com/r1tvap1005.1dc.com:10690/\\\">r1tvap1005.1dc.com:10690</a></td> </tr> <tr> <td colspan=\\\"1\\\"><a href=\\\"https://r3cvap1056.1dc.com:10690/\\\">r3cvap1056.1dc.com:10690</a></td> </tr> </tbody> </table> <h4>Monit</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"http://r1tvap1004.1dc.com:10669/\\\">http://r1tvap1004.1dc.com:10669</a></p> <p><a href=\\\"http://r1tvap1005.1dc.com:10669\\\">http://r1tvap1005.1dc.com:10669</a></p> <p><a href=\\\"http://r3cvap1056.1dc.com:10669\\\">http://r3cvap1056.1dc.com:10669</a></p> </td> <td>view</td> <td>view</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <p>&nbsp;</p> <hr /> <hr /> <h3>CAT</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <table> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fiws-proxy</td> <td colspan=\\\"1\\\">3.0.10.0</td> <td colspan=\\\"1\\\">2016/05/27 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-client-proxy</td> <td colspan=\\\"1\\\">3.0.10.0</td> <td colspan=\\\"1\\\">2016/05/27 2:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-newarch-proxy</td> <td colspan=\\\"1\\\">3.0.10.0</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.3.7</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-persistence</td> <td colspan=\\\"1\\\">1.0.9</td> <td colspan=\\\"1\\\">2016/04/28 12:30pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">1.2</td> <td colspan=\\\"1\\\">2016/05/05 2:30pm</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-maint-2</td> <td colspan=\\\"1\\\">2.8</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-3</td> <td colspan=\\\"1\\\">3.2.9</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-account-search-4</td> <td colspan=\\\"1\\\">4.9</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-core-2</td> <td colspan=\\\"1\\\">2.6</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-fiws-services-2</td> <td colspan=\\\"1\\\">2.16</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos</td> <td colspan=\\\"1\\\">1.79</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig-2</td> <td colspan=\\\"1\\\">2.213</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements-1</td> <td colspan=\\\"1\\\">1.69</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token-3</td> <td colspan=\\\"1\\\">3.210</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services</td> <td colspan=\\\"1\\\">2.7</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-web</td> <td colspan=\\\"1\\\">2.0.9</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">1.0.0-SNAPSHOT</td> <td colspan=\\\"1\\\">2016/06/14 1:00pm</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>FDiNET Console</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"https://cat-t2.auth.fdinet.1dc.com/apps/admin/default.html\\\">https://cat-t2.auth.fdinet.1dc.com/apps/admin/default.html</a></td> </tr> </tbody> </table> <h4>FDiNET Cluster</h4> <table> <tbody> <tr> <th>Proxy</th> <th>URL</th> </tr> <tr> <td>NewArch</td> <td> <p><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r1cvap1063.1dc.com:10443/fdinet/apps/admin/default.html\\\">https://r1cvap1063.1dc.com:10443/fdinet/apps/admin/default.html</a></span></p> <p><a href=\\\"https://r1cvap1064.1dc.com:10443/fdinet/apps/admin/default.html\\\">https://r1cvap1064.1dc.com:10443/fdinet/apps/admin/default.html</a></p> </td> </tr> <tr> <td colspan=\\\"1\\\">NewArch Client</td> <td colspan=\\\"1\\\"> <p><a href=\\\"https://r1cvap1063.1dc.com:10671/fdinet/apps/admin/default.html\\\">https://r1cvap1063.1dc.com:10671/fdinet/apps/admin/default.html</a></p> <p><a href=\\\"https://r1cvap1064.1dc.com:10671/fdinet/apps/admin/default.html\\\">https://r1cvap1064.1dc.com:10671/fdinet/apps/admin/default.html</a></p> </td> </tr> <tr> <td colspan=\\\"1\\\">FIWS</td> <td colspan=\\\"1\\\"> <p><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r1cvap1064.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1cvap1063.1dc.com:10670/fdinet/apps/admin/default.html</a></span></p> <p><a href=\\\"https://r1cvap1064.1dc.com:10670/fdinet/apps/admin/default.html\\\" style=\\\"line-height: 1.42857;\\\">https://r1cvap1064.1dc.com:10670/fdinet/apps/admin/default.html</a></p> <p><a href=\\\"https://r1cvap1063.1dc.com:10670/fdinet/apps/webproxy/default.html\\\">https://r1cvap1063.1dc.com:10670/fdinet/apps/webproxy/default.html</a></p> </td> </tr> </tbody> </table> <h4><br />ELK Stack</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"http://r1cvap1063.1dc.com:10667/\\\">http://r1cvap1063.1dc.com:10667/</a></td> </tr> </tbody> </table> <table> <tbody> <tr> <th>ElasticSearch/LogStash Nodes</th> </tr> <tr> <td>r1cvap1064.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r1cvap1065.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r1cvap1066.1dc.com</td> </tr> </tbody> </table> <h4>FS UI</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td> <p><a href=\\\"https://r1cvap1063.1dc.com:10444/solutionBuilder\\\">https://r1cvap1063.1dc.com:10444/solutionBuilder</a></p> <p><a href=\\\"https://r1cvap1064.1dc.com:10444/solutionBuilder\\\">https://r1cvap1064.1dc.com:10444/solutionBuilder</a></p> </td> </tr> </tbody> </table> <h4>Datapower</h4> <table> <tbody> <tr> <th>Service</th> <th>URL</th> </tr> <tr> <td>Loan Detail</td> <td><a href=\\\"https://cat-alws.fdcbusinessservices.com/orws/getLoanDetails\\\">https://cat-alws.fdcbusinessservices.com/orws/getLoanDetails</a></td> </tr> </tbody> </table> <h4>Monit</h4> <table> <tbody> <tr> <th>URLs</th> <th>Username</th> <th>Password</th> </tr> <tr> <td> <p><a href=\\\"http://r1cvap1063.1dc.com:10669\\\">http://r1cvap1063.1dc.com:10669</a></p> <p><a href=\\\"http://r1cvap1064.1dc.com:10669\\\">http://r1cvap1064.1dc.com:10669</a></p> </td> <td>view</td> <td>view</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"single\\\"> <ac:layout-cell> <hr /> <p>&nbsp;</p> <h3>PROD</h3> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <table> <thead> <tr> <th> <div class=\\\"tablesorter-header-inner\\\">Component</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Version (click for release notes)</div> </th> <th> <div class=\\\"tablesorter-header-inner\\\">Deployed on</div> </th> </tr> </thead> <tbody> <tr> <td colspan=\\\"1\\\">fs-fdinet</td> <td colspan=\\\"1\\\">2.0.5.20</td> <td colspan=\\\"1\\\">2016/04/10 12:15am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-container</td> <td colspan=\\\"1\\\">1.2.2</td> <td colspan=\\\"1\\\">2016/03/1 10:50am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-monitoring</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-acct-maint</td> <td colspan=\\\"1\\\">1.1.1.1</td> <td colspan=\\\"1\\\">2016/04/10 12:15am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-acct-search</td> <td colspan=\\\"1\\\">1.1.1.1</td> <td colspan=\\\"1\\\">2016/04/10 12:15am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-event</td> <td colspan=\\\"1\\\">1.1.1.1</td> <td colspan=\\\"1\\\">2016/04/10 12:15am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-fiws-services</td> <td colspan=\\\"1\\\">1.1.5.1</td> <td colspan=\\\"1\\\">2016/04/10 12:15am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-memos</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-secureconfig</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-statements</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-token</td> <td colspan=\\\"1\\\">1.1.2.1</td> <td colspan=\\\"1\\\">2016/04/10 12:15am</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui-services</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-utility-views</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> <tr> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> <td class=\\\"highlight-grey\\\" colspan=\\\"1\\\" data-highlight-colour=\\\"grey\\\">&nbsp;</td> </tr> <tr> <td colspan=\\\"1\\\">fs-ui</td> <td colspan=\\\"1\\\">&nbsp;</td> <td colspan=\\\"1\\\">&nbsp;</td> </tr> </tbody> </table> </ac:layout-cell> <ac:layout-cell> <h4>Access points</h4> <table> <tbody> <tr> <th colspan=\\\"1\\\">Service</th> <th>URL</th> </tr> <tr> <td colspan=\\\"1\\\">FDiNet admin</td> <td><a href=\\\"https://t2.auth.fdinet.1dc.com/apps/admin/default.html\\\">https://t2.auth.fdinet.1dc.com/apps/admin/default.html</a></td> </tr> <tr> <td colspan=\\\"1\\\">FIWS Proxy</td> <td colspan=\\\"1\\\"> <p><a href=\\\"https://r1pvap1268.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1pvap1268.1dc.com:10670/fdinet/apps/admin/default.html</a></p> <p><a href=\\\"https://r1pvap1269.1dc.com:10670/fdinet/apps/admin/default.html\\\">https://r1pvap1269.1dc.com:10670/fdinet/apps/admin/default.html</a></p> </td> </tr> <tr> <td colspan=\\\"1\\\">ELK</td> <td colspan=\\\"1\\\"><a href=\\\"http://r3pvap1118.1dc.com:10667/\\\">http://r3pvap1118.1dc.com:10667</a></td> </tr> </tbody> </table> <h4>ELK Stack</h4> <table> <tbody> <tr> <th>URL</th> </tr> <tr> <td><a href=\\\"http://r3pvap1118.1dc.com:10667/\\\">http://r3pvap1118.1dc.com:10667/</a></td> </tr> </tbody> </table> <table> <tbody> <tr> <th>ElasticSearch/LogStash Nodes</th> </tr> <tr> <td>r3pvap1119.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r3pvap1120.1dc.com</td> </tr> <tr> <td colspan=\\\"1\\\">r3pvap1121.1dc.com</td> </tr> </tbody> </table> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type=\\\"two_equal\\\"> <ac:layout-cell> <div> <h3><span style=\\\"line-height: 1.5;\\\">Cassandra</span></h3> <p><a href=\\\"http://engineering_db1.firstweb.1dc.com/\\\">engineering_db1.firstweb.1dc.com</a></p> <p><a href=\\\"http://engineering_db2.firstweb.1dc.com/\\\">engineering_db2.firstweb.1dc.com</a></p> <p><a href=\\\"http://engineering_db3.firstweb.1dc.com/\\\">engineering_db3.firstweb.1dc.com</a>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p> <p>Login: cassandra</p> </div> <h3><span style=\\\"color: rgb(0,0,0);\\\">QA:FDINET Integration<br /></span></h3> <p>Place holder for QA integration environment setup</p> <div>FDINET Console:</div> <div><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r3qvwb1025.1dc.com:7443/fdinet.html\\\" title=\\\"https://r3qvwb1025.1dc.com:7443/fdinet.html\\\">https://r3qvwb1025.1dc.com:7443/fdinet.html</a></span></div> <div><span style=\\\"color: rgb(0,0,0);\\\"><a href=\\\"https://r3qvwb1026.1dc.com:7443/fdinet.html\\\" title=\\\"https://r3qvwb1026.1dc.com:7443/fdinet.html\\\">https://r3qvwb1026.1dc.com:7443/fdinet.html</a></span></div> </ac:layout-cell> <ac:layout-cell> <p>&nbsp;</p> </ac:layout-cell> </ac:layout-section> </ac:layout>\n") matches = re.search(regex, test_str) if matches: print ("Match was found at {start}-{end}: {match}".format(start = matches.start(), end = matches.end(), match = matches.group())) for groupNum in range(0, len(matches.groups())): groupNum = groupNum + 1 print ("Group {groupNum} found at {start}-{end}: {group}".format(groupNum = groupNum, start = matches.start(groupNum), end = matches.end(groupNum), group = matches.group(groupNum))) # Note: for Python 2.7 compatibility, use ur"" to prefix the regex and u"" to prefix the test string and substitution.

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 Python, please visit: https://docs.python.org/3/library/re.html