- 掃描 ID:
- 582cc0b8-9ae2-4ffe-ba57-4f1bd2a614a9已完成
- 已提交的 URL:
- https://rextester.com/tester/CNFO41868
- 報告完成時間:
連結 · 找到 4 個
從頁面中識別的傳出連結
連結 | Text |
---|---|
https://groups.google.com/g/rextester | Feedback |
https://www.patreon.com/rextester | Patreon |
https://srv.carbonads.net/ads/click/x/GTND427ICVBI65QECEALYKQUCK7IT537CYYDEZ3JCA7ICKJJFTBD4K7KCABITKJECEYDK2JJCAAD4KQLC67IPK7KC6SICKJMCE7I6K3EHJNCLSIZ | C++ roles for excellent coders. Work remotely or in our central Berlin office. Find out more today. |
http://carbonads.net/?utm_source=rextestercom&utm_medium=ad_via_link&utm_campaign=in_unit&utm_term=carbon | ads via Carbon |
JavaScript 變數 · 找到 12 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
plausible | function |
_bsaViewableFaker | function |
_bsaViewable | object |
_carbonads | object |
_carbonads_go | function |
主控台記錄訊息 · 找到 0 條
記錄到 Web 主控台的訊息
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>
Regex tester
</title><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Keywords" content="online .net regex tester">
<meta name="Description" content="online .net regex tester">
<style type="text/css">
div.regexpicker{margin:0 0 1em .3em}a.selectedregex{color:#fff;background-color:Gray}a.regex{color:Gray}
</style>
<style type="text/css">
body
{
font-family: Arial;
background-color: #1a1a1a;
color: #929292;
/*background-image: linear-gradient(to bottom, #2c2c2c, #1a1a1a 116px);*/
}
h2
{
color:Gray;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
select{
background: #1a1a1a;
color: #929292;
}
.langdropdown option {
background: #1a1a1a;
color: #929292;
}
pre.resultarea, code
{
font-family: "Consolas",monospace;
font-size: 14px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
width: 99%;
}
a
{
color: #929292;
}
a.related
{
text-decoration:none;
color: #929292;
}
a.related:visited
{
text-decoration:none;
color:#929292;
}
a.related:hover
{
text-decoration:underline;
color: #929292;
}
span.yellow
{
background: yellow;
color:black;
}
span.blue
{
background: #CCFFFF;
color:black;
}
span.magenta
{
background: #FFCCFF;
color:black;
}
span.options
{
font-family: Arial;
font-size: 13px;
white-space:nowrap;
}
div.formcontent
{
background: #1a1a1a;
margin-bottom:0.5em;
}
a.selectedlink
{
background: gray;
color: White;
}
a.notselectedlink
{
color: gray;
}
a.notselectedlink:hover
{
background: gray;
color: White;
}
a.smalllink:hover
{
background-color: #777;
color: white;
text-decoration: none;
cursor: pointer;
font-family: sans-serif;
font-size: 14px;
}
a.smalllink
{
color: #444;
font-family: sans-serif;
font-size: 14px;
text-decoration: none;
}
span.smalllink
{
color: #444;
font-family: sans-serif;
font-size: 14px;
text-decoration: none;
}
span.hov:hover {
background-color: #777;
color: white;
text-decoration: none;
cursor: pointer;
}
pre#Result
{
margin-left: 0.5em;
}
input[type=button],
input[type=submit]
{
color: #8f8f8f;
background-color:#1a1a1a;
border: 1px solid #555;
font-weight: bold;
}
.input_box
{
color: #afafaf;
background-color:#2a2a2a;
}
input
{
color: #afafaf;
background-color:#2a2a2a;
}
textarea
{
color: #8f8f8f;
background-color:#1a1a1a;
}
.sqloutput
{
border-style: none;
border-collapse: collapse;
}
.sqloutput th, .sqloutput td
{
border-style: solid;
border-width: 1px;
border-color: Gray;
padding: 0 3px 0 3px;
}
.CodeMirror {font-size: 13px}
</style>
<script src="/Scripts/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript">
</script>
<script defer="" data-domain="rextester.com" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function () {
$("#Test").click(function () {
Match();
});
$("input[type=checkbox]").click(function () {
Match();
});
$('textarea').bind('keydown', function (e) {
var code = e.keyCode || e.which;
if (code == 119 || code == 9) //F8 or TAB
Match();
});
$("#Save").click(function () {
$("#SavedOutput").val($("#Result").html());
Save();
});
$.ajaxSetup({
timeout: 30000,
error: function (request, status, err) {
$("#NonResultMessage").replaceWith("<pre class=\"resultarea\" id=\"NonResultMessage\">Error occurred. Try again later.</pre>");
}
});
function Match() {
var maxChar = 500000;
if ($("#Text").val().length > maxChar) {
$("#Result").replaceWith("<pre class=\"resultarea\" id=\"Result\"></pre>");
$("#NonResultMessage").replaceWith("<pre class=\"resultarea\" id=\"NonResultMessage\">Text too long (max " + maxChar + " characters).</pre>");
return;
}
$("#Result").replaceWith("<pre class=\"resultarea\" id=\"Result\"></pre>");
$("#NonResultMessage").replaceWith("<pre class=\"resultarea\" id=\"NonResultMessage\">Working...</pre>");
var serializedData = $("form").serialize();
$.post('/tester/TakeText', serializedData,
function (data) {
$("#NonResultMessage").replaceWith("<pre class=\"resultarea\" id=\"NonResultMessage\"></pre>");
$("#Result").replaceWith("<pre class=\"resultarea\" id=\"Result\">" + data + "</pre>");
}, 'html');
};
function Save() {
$("#Result").replaceWith("<pre class=\"resultarea\" id=\"Result\"></pre>");
$("#NonResultMessage").replaceWith("<pre class=\"resultarea\" id=\"NonResultMessage\">Saving...</pre>");
var serializedData = $("form").serialize();
$.post('/tester/Save', serializedData,
function (data) {
var obj = jQuery.parseJSON(data);
$("#Result").replaceWith("<pre class=\"resultarea\" id=\"Result\"></pre>");
$("#NonResultMessage").replaceWith("<pre class=\"resultarea\" id=\"NonResultMessage\">Permanent link: <a href=\"" + obj.Url + "\">" + obj.Url + "</a></pre>");
}, 'text');
}
$("#Pattern").focus();
});
// ]]>
</script>
<table style="width: 100%; padding-right: 2em">
<tbody><tr>
<td align="right">
<a class="notselectedlink" href="https://rextester.com/">Run Code</a>
| <a class="notselectedlink" href="https://rextester.com/main">API</a>
| <a class="notselectedlink" href="https://rextester.com/codewall">Code Wall</a>
| <a class="selectedlink" href="https://rextester.com/tester">Misc</a>
| <a class="notselectedlink" href="https://groups.google.com/g/rextester">Feedback</a>
| <a class="notselectedlink" href="https://rextester.com/login">Login</a>
| <a href="https://rextester.com/theme" class="notselectedlink" title="Change theme">Theme</a>
| <a class="notselectedlink" href="https://rextester.com/main/privacy" title="Privacy policy">Privacy</a>
| <a href="https://www.patreon.com/rextester" class="notselectedlink" title="Patreon">Patreon</a>
</td>
</tr>
</tbody></table>
<table style="table-layout:fixed;width:100%;">
<tbody><tr>
<td width="100%" valign="top">
<div class="regexpicker">
<a href="https://rextester.com/tester" class="selectedregex">.net regex tester</a> |
<a href="https://rextester.com/replace" class="regex">replace</a> |
<a href="https://rextester.com/reference" class="regex">reference</a> |
<a href="https://rextester.com/diff" class="regex">diff checker</a>
</div>
<form action="/tester/CNFO41868" method="post">
<div class="formcontent">
<table style="width: 95%; margin:0">
<tbody><tr>
<td>
Pattern:<br>
<textarea cols="1000" id="Pattern" name="Pattern" rows="10" spellcheck="false" style="width: 96%">https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/gladiator-ii-us-j1qz_0.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/gladiator-ii-stream-full-c11.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/the-gladiator-ii-usa-14.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/gladiator-ii-on-usa-q14.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/gladiator-ii-full-9e.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/the-red-one-netflix-usa-q12.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/terrifier-3-on-us-14qr.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/wicked-one-stream-us-15.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/wicked-full-us-9e.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/the-best-christmas-us-11jr.pdf
https://iar.oregonstate.edu/sites/iar.oregonstate.edu/files/the-venom-3-the-last-dance-us-q11.pdf</textarea>
</td>
<td>
Text:<br>
<textarea cols="1000" id="Text" name="Text" rows="10" spellcheck="false" style="width: 100%"></textarea>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<span class="options">
<input id="CultureInvariant" name="Options[0]" title="Culture of the server is de-DE. Mark this option to use InvariantCulture instead." type="checkbox" value="true"><input name="Options[0]" type="hidden" value="false">
<label for="CultureInvariant">CultureInvariant</label>
</span>
<span class="options">
<input id="IgnoreCase" name="Options[1]" title="Specifies case-insensitive matching." type="checkbox" value="true"><input name="Options[1]" type="hidden" value="false">
<label for="IgnoreCase">IgnoreCase</label>
</span>
<span class="options">
<input id="Multiline" name="Options[2]" title="Multiline mode. Changes the meaning of ^ and $ so they match at the beginning and end, respectively, of any line, and not just the beginning and end of the entire string." type="checkbox" value="true"><input name="Options[2]" type="hidden" value="false">
<label for="Multiline">Multiline</label>
</span>
<span class="options">
<input id="Singleline" name="Options[3]" title="Specifies single-line mode. Changes the meaning of the dot (.) so it matches every character (instead of every character except \n)." type="checkbox" value="true"><input name="Options[3]" type="hidden" value="false">
<label for="Singleline">Singleline</label>
</span>
<span class="options">
<input id="RightToLeft" name="Options[4]" title="Specifies that the search will be from right to left instead of from left to right." type="checkbox" value="true"><input name="Options[4]" type="hidden" value="false">
<label for="RightToLeft">RightToLeft</label>
</span>
<span class="options">
<input id="IgnorePatternWhitespace" name="Options[5]" title="Eliminates unescaped white space from the pattern and enables comments marked with #. However, the IgnorePatternWhitespace value does not affect or eliminate white space in character classes. " type="checkbox" value="true"><input name="Options[5]" type="hidden" value="false">
<label for="IgnorePatternWhitespace">IgnorePatternWhitespace</label>
</span>
<span class="options">
<input id="ExplicitCapture" name="Options[6]" title="Specifies that the only valid captures are explicitly named or numbered groups of the form (?<name>…). This allows unnamed parentheses to act as noncapturing groups without the syntactic clumsiness of the expression (?:…)." type="checkbox" value="true"><input name="Options[6]" type="hidden" value="false">
<label for="ExplicitCapture">ExplicitCapture</label>
</span>
<span class="options">
<input id="ECMAScript" name="Options[7]" title="Enables ECMAScript-compliant behavior for the expression. This value can be used only in conjunction with the IgnoreCase and Multiline values. The use of this value with any other values results in an exception." type="checkbox" value="true"><input name="Options[7]" type="hidden" value="false">
<label for="ECMAScript">ECMAScript</label>
</span>
</td>
</tr>
</tbody></table>
<div style="margin-top:1em;">
<input style="margin-left:0.5em" id="Test" type="button" value="Test it (F8)">
<input style="margin-left:1em" id="Save" type="button" value="Save it">
</div>
<input id="SavedOutput" name="SavedOutput" type="hidden" value="">
</div>
</form>
<br>
<pre class="resultarea" id="NonResultMessage"></pre>
<pre class="resultarea" id="Result"></pre>
</td>
<td style="width:160px;padding-top:65px;" valign="top">
<!-- Rextester_S2S_Sidebar_ROS_ATF -->
<div id="bsa-zone_1573677541197-0_123456"></div>
<script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIP27U&placement=rextestercom&format=responsive" ;="" id="_carbonads_js"></script><div id="carbonads"><div id="carbon-responsive">
<style>
#carbon-responsive a,#carbon-responsive a:hover{color:var(--carbon-text-color)}#carbon-responsive *{margin:unset;padding:unset;line-height:unset}#carbon-responsive{--carbon-padding:1em;--carbon-max-char:20ch;--carbon-bg-primary:hsl(0, 0%, 98%);--carbon-bg-secondary:hsl(0, 0%, 92%);--carbon-text-color:hsl(0, 0%, 20%);font-size:14px;font-family:system-ui,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;min-inline-size:130px;max-inline-size:400px;gap:1ex;line-height:1.5}#carbon-responsive .carbon-responsive-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:var(--carbon-padding);gap:var(--carbon-padding);border:solid 1px var(--carbon-bg-secondary);background-color:var(--carbon-bg-primary)}#carbon-responsive a{text-decoration:none}#carbon-responsive .carbon-img{-webkit-box-flex:0;-ms-flex:0 0 130px;flex:0 0 130px}#carbon-responsive .carbon-img img{display:block}#carbon-responsive .carbon-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:var(--carbon-max-char);flex-basis:var(--carbon-max-char);line-height:1.4;text-align:left}#carbon-responsive .carbon-poweredby{font-size:.85em;text-align:right;opacity:.5}
</style>
<style>#carbon-responsive .carbon-poweredby{color:#fff}</style>
<div class="carbon-responsive-wrap">
<a href="https://srv.carbonads.net/ads/click/x/GTND427ICVBI65QECEALYKQUCK7IT537CYYDEZ3JCA7ICKJJFTBD4K7KCABITKJECEYDK2JJCAAD4KQLC67IPK7KC6SICKJMCE7I6K3EHJNCLSIZ" class="carbon-img" target="_blank" rel="noopener sponsored">
<img src="https://srv.carbonads.net/static/30242/6b8c5b46c2970fa86c88fb54e7590bbe66efea9f" alt="ads via Carbon" border="0" height="100" width="130" data-no-statview="no" style="max-width: 130px;">
</a>
<a href="https://srv.carbonads.net/ads/click/x/GTND427ICVBI65QECEALYKQUCK7IT537CYYDEZ3JCA7ICKJJFTBD4K7KCABITKJECEYDK2JJCAAD4KQLC67IPK7KC6SICKJMCE7I6K3EHJNCLSIZ" class="carbon-text" target="_blank" rel="noopener sponsored">
C++ roles for excellent coders. Work remotely or in our central Berlin office. Find out more today.
</a>
</div>
<a href="http://carbonads.net/?utm_source=rextestercom&utm_medium=ad_via_link&utm_campaign=in_unit&utm_term=carbon" class="carbon-poweredby" target="_blank" rel="noopener sponsored">ads via Carbon</a>
</div></div>
<!-- /8691100/Rextester_S2S_Sidebar_ROS_ATF -->
</td>
</tr>
</tbody></table>
</body></html>