$ file /opt/zoom/ZoomLauncher
/opt/zoom/ZoomLauncher: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=8868e8fd56531917cf589d959503c78db71030d9, stripped
cargo vendor
which would make it very easy\d{1,32}on\d{1,32}
, i want to make sure both numbers are equal, im new to regex and was confused by number of tokens, didn't find something useful for my case\d{1,32}on\d{1,32}
, i want to make sure both numbers are equal, im new to regex and was confused by number of tokens, didn't find something useful for my case (\d{1,32})on\1
for a (not quite) regex engine supporting backreferences(\d{1,32})on\1
for a (not quite) regex engine supporting backreferences cl_auto_demo_on_connect Only start a new demo when connect while automatically record demos
Does somebody have a better explanation for this command?<function name="f" params="x,y">
<block>
<var id="b"><intlit value="3"/></var>
<if>
<less>
<ref id="x"/>
<times>
<ref id="a"/>
<plus><ref id="b"/><intlit value="7"></plus>
</times>
</less>
<while>
<ref id="found"/>
<block>
<for var="i">
<range><intlit value="2"/><intlit value="5"/></range>
<print><ref id="i"/></print>
</for>
<if>
<eq><ref id="a"/><intlit value="2"/></eq>
<break/>
</if>
</block>
</while>
<assign>
<ref id="p"/>
<cos><intlit value="5"/></cos>
</assign>
</if>
<return><intlit value="5"/></return>
</block>
</function>
<function name="f" params="x,y">
<block>
<var id="b"><intlit value="3"/></var>
<if>
<less>
<ref id="x"/>
<times>
<ref id="a"/>
<plus><ref id="b"/><intlit value="7"></plus>
</times>
</less>
<while>
<ref id="found"/>
<block>
<for var="i">
<range><intlit value="2"/><intlit value="5"/></range>
<print><ref id="i"/></print>
</for>
<if>
<eq><ref id="a"/><intlit value="2"/></eq>
<break/>
</if>
</block>
</while>
<assign>
<ref id="p"/>
<cos><intlit value="5"/></cos>
</assign>
</if>
<return><intlit value="5"/></return>
</block>
</function>