معرفی شرکت ها


libre2j-java_1.5+dfsg-2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

RE2/J: linear time regular expression matching in Java
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bullseye-11
مخزن Debian main all
نام بسته libre2j-java
نام فایل بسته libre2j-java_1.5+dfsg-2_all.deb
نسخه بسته 1.5+dfsg
انتشار بسته 2
معماری بسته all
نگهدارنده Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/google/re2j
مجوز -
حجم دانلود 116376
حجم نصب 150
RE2 is a regular expression engine that runs in time linear in the size of the input. RE2/J is a port of RE2 to pure Java. . Java's standard regular expression package, java.util.regex, and many other widely used regular expression packages such as PCRE, Perl and Python use a backtracking implementation strategy: when a pattern presents two alternatives such as a|b, the engine will try to match subpattern a first, and if that yields no match, it will reset the input stream and try to match b instead. . If such choices are deeply nested, this strategy requires an exponential number of passes over the input data before it can detect whether the input matches. If the input is large, it is easy to construct a pattern whose running time would exceed the lifetime of the universe. This creates a security risk when accepting regular expression patterns from untrusted sources, such as users of a web application. . In contrast, the RE2 algorithm explores all matches simultaneously in a single pass over the input data by using a nondeterministic finite automaton. . There are certain features of PCRE or Perl regular expressions that cannot be implemented in linear time, for example, backreferences, but the vast majority of regular expressions patterns in practice avoid such features.


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb libre2j-java:

    sudo apt-get install libre2j-java_1.5+dfsg-2_all.deb


فایل ها

مسیرها
./usr/share/doc/libre2j-java/changelog.Debian.gz
./usr/share/doc/libre2j-java/copyright
./usr/share/java/re2j-1.5.jar
./usr/share/java/unicode-1.5.jar
./usr/share/maven-repo/com/google/re2j/re2j/1.5/re2j-1.5.pom
./usr/share/maven-repo/com/google/re2j/re2j/debian/re2j-debian.pom
./usr/share/maven-repo/com/google/re2j/unicode/1.5/unicode-1.5.pom
./usr/share/maven-repo/com/google/re2j/unicode/debian/unicode-debian.pom
./usr/share/java/re2j.jar -> re2j-1.5.jar
./usr/share/java/unicode.jar -> unicode-1.5.jar
./usr/share/maven-repo/com/google/re2j/re2j/1.5/re2j-1.5.jar -> ../../../../../../java/re2j-1.5.jar
./usr/share/maven-repo/com/google/re2j/re2j/debian/re2j-debian.jar -> ../../../../../../java/re2j-1.5.jar
./usr/share/maven-repo/com/google/re2j/unicode/1.5/unicode-1.5.jar -> ../../../../../../java/unicode-1.5.jar
./usr/share/maven-repo/com/google/re2j/unicode/debian/unicode-debian.jar -> ../../../../../../java/unicode-1.5.jar