Skip to content

Commit

Permalink
GitBook: [#217] Recent Java doc on RegEx
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr authored and gitbook-bot committed Jan 26, 2022
1 parent e2cc54b commit 25a2f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/finding-sorting-and-cleaning-entries/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ All entries that do not match are hidden, leaving for display the matching entri

To stop displaying the search results, just clear the search field, press Esc or click on the "Clear" (`X`) button.

## Search using regular expressions <a href="advanced" id="advanced"></a>
## Search using regular expressions <a href="#advanced" id="advanced"></a>

{% hint style="warning" %}
Make sure that the button "regular expressions" is activated
Expand Down Expand Up @@ -62,7 +62,7 @@ JabRef defines the following pseudo fields:

### Advanced use of regular expressions

Regular expressions (regex for short) define a language for specifying the text to be matched, for example when searching. JabRef uses regular expressions as defined in Java. For extensive information, please, look at the [Java documentation](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html) and at the [Java tutorial](https://docs.oracle.com/javase/tutorial/essential/regex/).
Regular expressions (regex for short) define a language for specifying the text to be matched, for example when searching. JabRef uses regular expressions as defined in Java. For extensive information, please, look at the [Java documentation](https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/regex/Pattern.html) and at the [Java tutorial](https://docs.oracle.com/javase/tutorial/essential/regex/).

#### Regular expressions and casing

Expand Down

0 comments on commit 25a2f1d

Please sign in to comment.