On 5/14/24 5:20 PM, David "Judah's Shadow" Blue wrote:
I'm sure I could add some logic to check the given module and adapt the
token to fit, but that doesn't help the other issue I've found. When
searching for, say, G11 in a module that isn't 0 padded, all occurrences
of G11 are found, but so ar
On Sunday, June 16, 2024 6:46:31 PM EDT Fred wrote:
> can you do a regular-expression search? which would be:
>
> G11[^0123456789]
>
I could, as long as regex can be used with entity attribute search type. But,
it feels a little cludgey, and isn't needed if the entity attribute is or
becomes 0
On Sunday, June 16, 2024 6:46:31 PM EDT Fred wrote:
> can you do a regular-expression search? which would be:
>
> G11[^0123456789]
>
> i.e., G followed by 1, followed by 1, followed by not-a-digit.
>
> On Sun, Jun 16, 2024 at 3:27 AM Tobias Klein wrote:
> > On 5/14/24 5:20 PM, David "Judah's Sh
On Monday, June 17, 2024 4:14:42 PM EDT Jaak Ristioja wrote:
> The template std::enable_if_t was introduced to the C++ standard library
> in C++14. However sword still builds with -std=c++11, leading to the
> above failure.
>
> According to ICU4C configure.ac file [1] and commit 7ec1765ce87c [2] i