以前編寫JSP網站時寫的一些工具函數.

來源:互聯網
上載者:User

初學JSP時,寫了一些工具函數因為不太會用JAVA下的Regex也只能這麼寫啦!發出來讓大家批評批評提點意見!有幾個函數不算是自己寫的希望愛挑剌的朋友嘴下留情!我是新手我怕誰,臉皮不行的人水平也上不去呀.嘻嘻..
package mxzc.web.strctrl;
public class StringCtrl
{/********************************************
public synchronized String HTMLcode(String TXTcode)   功能:文本替換
public synchronized String Unhtmlcode(String str)   功能:(不完全)反文本替換
public synchronized String Unhtmlcodea(String str)   功能:反文本替換
public synchronized boolean emailcheck (String email)   功能:檢查一個字串是否符合E-Mail
public synchronized boolean isemailstr(String email)   功能:檢查一個字串是否符合E-Mail
public synchronized boolean isqqstr(String qq)    功能:檢查一個字串是否符合QQ
public synchronized boolean isnumstr(String num)   功能:檢查一個字串是否為一數字串
public synchronized String userstrlow(String user)   功能:替換使用者名稱中不合法的部分
public synchronized boolean userstrchk(String user)   功能:檢查字串是否符合使用者名稱法則
public synchronized boolean istelstr(String tel)   功能:檢查字串是否為TEL
public synchronized boolean urlcheck(String url)   功能:檢查字串是否為URL
public synchronized String isotogbk(String iso)    功能:ISO9006-1碼轉換為GBK
public synchronized String gbktoiso(String gbk)    功能:GBK碼轉換為ISO9006-1
public synchronized String dostrcut(String oldstr,int length)  功能:按漢字長換行(英文按半個字長)
public synchronized String inttodateshow(int datenum)   功能:將1900年至時間的秒數換為日期文字
public synchronized String nowdateshow()    功能:顯示當前日期
public synchronized java.util.Date inttodate(int datenum)  功能:將秒數轉換為日期
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.