consecutive_find(string[, …]) |
Detects ranges of identical characters in a given string. |
create_tooltip(id_text, tooltip_text, width, …) |
Creates DIV with tooltip and returns it |
detect_blocks(secondary_str) |
Detects secondary structure blocks (segments) |
fix_python_code(python_text) |
Reformats Python source to correct some formatting issues. |
from_string(text, first, last, default) |
Simple text extractor with a default value. |
run_async_func(function[, url]) |
|
substitute_template(template, subst_dict) |
Simple text template replacement utility |