Skip to content

Commit

Permalink
deploy: 7c5383c
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Feb 20, 2024
1 parent 1a7313a commit a5203ff
Show file tree
Hide file tree
Showing 142 changed files with 577 additions and 471 deletions.
7 changes: 6 additions & 1 deletion EReg.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
<p>If the most recent call to <code>this.<a href="#match">match</a></code> or <code>this.<a href="#matchSub">matchSub</a></code> did not
match anything, the result is unspecified.</p>
<p>If the global g modifier was in place for the matching, the position and
length of the leftmost substring is returned.</p></div></div><div class="field "><a name="replace"></a><h3 class="anchor"><code><a href="#replace"><span class="identifier">replace</span></a>(<span style="white-space:nowrap">s:<a class="type" title="String - The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">by:<a class="type" title="String - The basic String class." href="./String.html">String</a></span>):<a class="type" title="String - The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p>Replaces the first substring of <code>s</code> which <code>this</code> EReg matches with <code>by</code>.</p>
length of the leftmost substring is returned.</p></div></div><div class="field "><a name="matchedRight"></a><h3 class="anchor"><code><a href="#matchedRight"><span class="identifier">matchedRight</span></a>():<a class="type" title="String - The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p>Returns the part to the right of the last matched substring.</p>
<p>If the most recent call to <code>this.<a href="#match">match</a></code> or <code>this.<a href="#matchSub">matchSub</a></code> did not
match anything, the result is unspecified.</p>
<p>If the global g modifier was in place for the matching, only the
substring to the right of the leftmost match is returned.</p>
<p>The result does not include the matched part.</p></div></div><div class="field "><a name="replace"></a><h3 class="anchor"><code><a href="#replace"><span class="identifier">replace</span></a>(<span style="white-space:nowrap">s:<a class="type" title="String - The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">by:<a class="type" title="String - The basic String class." href="./String.html">String</a></span>):<a class="type" title="String - The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p>Replaces the first substring of <code>s</code> which <code>this</code> EReg matches with <code>by</code>.</p>
<p>If <code>this</code> EReg does not match any substring, the result is <code>s</code>.</p>
<p>By default, this method replaces only the first matched substring. If
the global g modifier is in place, all matched substrings are replaced.</p>
Expand Down
4 changes: 3 additions & 1 deletion UnicodeString.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<head><meta charset="utf-8"/><link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="./bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="./bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="./jquery-1.9.1.min.js"></script><script src="./bootstrap/js/bootstrap.min.js"></script><script src="./bootstrap/js/bootstrap-select.min.js"></script><link href="./styles.css" rel="stylesheet"/><link href="./extra-styles.css" rel="stylesheet"/><link href="./haxe-nav.css" rel="stylesheet"/><link href="./dark-mode.css" rel="stylesheet"/><script>var dox = {rootPath: "./",platforms: ["types"]};</script><script src="./nav.js"></script><script src="./index.js"></script><link rel="icon" href="./favicon.ico" type="image/x-icon"/><title>UnicodeString - HaxeFlixel API</title><meta name="description" content="This abstract provides consistent cross-target unicode support for characters of any width."/></head><body><script>/* Here to prevent flash of unstyled content */let systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;if ((!localStorage.theme && systemDarkMode) || localStorage.theme == "dark") {document.body.style.backgroundColor = "#111";document.body.style.opacity = "0";document.addEventListener("DOMContentLoaded", function(event) {toggleTheme();document.body.style.backgroundColor = "";document.body.style.opacity = "";});}</script><nav class="nav"><div class="navbar navbar-inverse navbar-fixed-top"><div class="container"><div class="navbar-header"><button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a href="https://haxeflixel.com/" class="navbar-brand"><img src="https://haxeflixel.com/images/haxeflixel-header.png" alt="HaxeFlixel"/></a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav"><li class="dropdown "><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Examples <span class="caret"></span></a><ul class="dropdown-menu inverse-dropdown"><li><a href="https://haxeflixel.com/demos">Demos</a></li><li><a href="https://snippets.haxeflixel.com/">Snippets</a></li></ul></li><li><a href="https://haxeflixel.com/showcase">Showcase</a></li><li><a href="https://haxeflixel.com/blog">Blog</a></li><li><a href="https://haxeflixel.com/documentation">Docs</a></li><li class="active"><a href=".">API</a></li><li><a href="https://github.com/HaxeFlixel/flixel/discussions">Forum</a></li><li><a href="#" id="theme-toggle" class="brand" style="color:#999" onclick="toggleTheme()" title="Toggle Dark Mode"><i class="fa fa-moon-o"></i></a></li></ul></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="fa fa-search"></i></span><input id="search" type="text" placeholder="Filter (Ctrl+P)" autocomplete="off"/></div></form></div><div class="well sidebar-nav" id="explorer"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><span class="viewsource"><a href="https://github.com/HaxeFoundation/haxe/blob/4.3.2/std/UnicodeString.hx" class="btn btn-medium"><i class="fa fa-eye"></i> View source</a></span><h1><small>abstract</small> UnicodeString(<a class="type" title="String - The basic String class." href="./String.html">String</a>)</h1><h4><small><a href="./">no package</a></small></h4><h4><small>from <a class="type" title="String - The basic String class." href="./String.html">String</a></small><small> to <a class="type" title="String - The basic String class." href="./String.html">String</a></small></h4><span class="label label-meta label-meta-forward" title="Forwards field access to underlying type.">@:forward</span><span class="label label-meta label-meta-access" title="Forces private access to package, type or field.">@:access(StringTools)</span></div><div class="body"><div class="doc doc-main"><p>This abstract provides consistent cross-target unicode support for characters of any width.</p>
<p>Due to differing internal representations of strings across targets, only the basic
multilingual plane (BMP) is supported consistently by <code><a href="./String.html">String</a></code> class.</p>
<p>This abstract provides API to consistently handle all characters even beyond BMP.</p><p class="javadoc">See also:</p><ul><li><div class="inline-content"><p><a href="https://haxe.org/manual/std-String-unicode.html">https://haxe.org/manual/std-String-unicode.html</a></p></div></li></ul></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="length"></a><h3 class="anchor"><code><span class="label label-static">static</span><span class="label">read only</span><a href="#length"><span class="identifier">length</span></a>:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p>The number of characters in <code>this</code> String.</p></div></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="charCodeAt"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#charCodeAt"><span class="identifier">charCodeAt</span></a>(<span style="white-space:nowrap">this:<a class="type" title="String - The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">index:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Null - Null&amp;lt;T&amp;gt; is a wrapper that can be used to make the basic types Int, Float and Bool nullable on static targets." href="./Null.html">Null</a>&lt;<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a>&gt;</code></h3><div class="doc"><p>Returns the character code at position <code>index</code> of <code>this</code> String.</p>
<p>This abstract provides API to consistently handle all characters even beyond BMP.</p><p class="javadoc">See also:</p><ul><li><div class="inline-content"><p><a href="https://haxe.org/manual/std-String-unicode.html">https://haxe.org/manual/std-String-unicode.html</a></p></div></li></ul></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="length"></a><h3 class="anchor"><code><span class="label label-static">static</span><span class="label">read only</span><a href="#length"><span class="identifier">length</span></a>:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p>The number of characters in <code>this</code> String.</p></div></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="charAt"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#charAt"><span class="identifier">charAt</span></a>(<span style="white-space:nowrap">this:<a class="type" title="String - The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">index:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="String - The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p>Returns the character at position <code>index</code> of <code>this</code> String.</p>
<p>If <code>index</code> is negative or exceeds <code>this.<a href="#length">length</a></code>, the empty String <code>""</code>
is returned.</p></div></div><div class="field "><a name="charCodeAt"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#charCodeAt"><span class="identifier">charCodeAt</span></a>(<span style="white-space:nowrap">this:<a class="type" title="String - The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">index:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Null - Null&amp;lt;T&amp;gt; is a wrapper that can be used to make the basic types Int, Float and Bool nullable on static targets." href="./Null.html">Null</a>&lt;<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a>&gt;</code></h3><div class="doc"><p>Returns the character code at position <code>index</code> of <code>this</code> String.</p>
<p>If <code>index</code> is negative or exceeds <code>this.<a href="#length">length</a></code>, <code>null</code> is returned.</p></div></div><div class="field "><a name="substr"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#substr"><span class="identifier">substr</span></a>(<span style="white-space:nowrap">this:<a class="type" title="String - The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">pos:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">?len:<a class="type" title="Int - The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="String - The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p>Returns <code>len</code> characters of <code>this</code> String, starting at position <code>pos</code>.</p>
<p>If <code>len</code> is omitted, all characters from position <code>pos</code> to the end of
<code>this</code> String are included.</p>
Expand Down
Loading

0 comments on commit a5203ff

Please sign in to comment.