Skip to content

ashley9314/kefirbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KefirBB

About

KefirBB is a Java-library for text processing. Initially it was developed for BB2HTML translation. But flexible configuration allows to use it for others translations. For example XML2HTML or for HTML filtration.

Maven dependency

<dependency>
    <groupId>org.kefirsf</groupId>
    <artifactId>kefirbb</artifactId>
    <version>1.1</version>
</dependency>

Usage

TextProcessor processor = BBProcessorFactory.getInstance().create();
assert "<b>text</b>".equals(processor.process("[b]text[/b]"));

Donation

If you want to give me a beer just send some money to https://www.paypal.me/kefir

About

Flexible Java text processor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%