All Downloads are FREE. Search and download functionalities are using the official Maven repository.

non-break-spaces.cs.nbsp Maven / Gradle / Ivy

Go to download

Flying Saucer is a CSS 2.1 renderer written in Java. This artifact provides implementation of the word-break capability using Apache FOP library

There is a newer version: 9.11.1
Show newest version
# Definice nezalomitelnych pripadu castecne dle http://prirucka.ujc.cas.cz/?id=880
# (C) 2017 Lukas Zaruba, [email protected]
# License LGPL 2.1
#

([\s]+k)( )([^\s]+)
([\s]+s)( )([^\s]+)
([\s]+v)( )([^\s]+)
([\s]+z)( )([^\s]+)
([\s]+o)( )([^\s]+)
([\s]+u)( )([^\s]+)
([\s]+a)( )([^\s]+)
([\s]+i)( )([^\s]+)
([\s]+[\d]+\.)( )([^\s]+)
([\d]{1})( )([\d]{1})
(\*)( )([\d]+)
(†)( )([\d]+)
(§)( )([\d]+)
(#)( )([\d]+)
([\d]+)( )(€)
([\d]+)( )(Kč)
([\d]+)( )(kč)
([\d]+)( )(%)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy